diff options
author | Brian <[email protected]> | 2007-04-04 22:18:53 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-04 22:18:53 -0600 |
commit | 33c3739628616c0aaf10e51eae50611169ded0dd (patch) | |
tree | dd33cad47bb8e322f8f9c4df43a4524b63900306 /src/mesa/main/context.h | |
parent | 4d864b087e9c998b28b37e10d41418edbaba9fab (diff) |
Remove the never-used SI-style imports/exports code.
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index e7e0fda72ea..b6a9d131493 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -138,47 +138,9 @@ _mesa_get_current_context(void); /*@}*/ -/** \name OpenGL SI-style export functions */ -/*@{*/ - -extern GLboolean -_mesa_destroyContext(__GLcontext *gc); - -extern GLboolean -_mesa_loseCurrent(__GLcontext *gc); - -extern GLboolean -_mesa_makeCurrent(__GLcontext *gc); - -extern GLboolean -_mesa_shareContext(__GLcontext *gc, __GLcontext *gcShare); - -extern GLboolean -_mesa_copyContext(__GLcontext *dst, const __GLcontext *src, GLuint mask); - -extern GLboolean -_mesa_forceCurrent(__GLcontext *gc); - -extern GLboolean -_mesa_notifyResize(__GLcontext *gc); - -extern void -_mesa_notifyDestroy(__GLcontext *gc); - extern void _mesa_notifySwapBuffers(__GLcontext *gc); -extern struct __GLdispatchStateRec * -_mesa_dispatchExec(__GLcontext *gc); - -extern void -_mesa_beginDispatchOverride(__GLcontext *gc); - -extern void -_mesa_endDispatchOverride(__GLcontext *gc); - -/*@}*/ - extern struct _glapi_table * _mesa_get_dispatch(GLcontext *ctx); |