diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-07-24 18:44:16 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-07-25 14:29:25 -0400 |
commit | 2ce434f54bc0d6050ef115e310df62c035e84bf2 (patch) | |
tree | 9518fa84b7e023c43a3815f06fffdf0460480516 /glx/glxext.h | |
parent | ae67508392261ae47858692668a0c192ef4a9d7b (diff) |
Clean up unused definitions from glx headers.
Diffstat (limited to 'glx/glxext.h')
-rw-r--r-- | glx/glxext.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/glx/glxext.h b/glx/glxext.h index a81850cef..90e61d81c 100644 --- a/glx/glxext.h +++ b/glx/glxext.h @@ -40,29 +40,6 @@ ** */ -/* - * Added by VA Linux for XFree86 4.0.x - */ -typedef struct { - int type; - void (*resetExtension)(void); - Bool (*initVisuals)( - VisualPtr * visualp, - DepthPtr * depthp, - int * nvisualp, - int * ndepthp, - int * rootDepthp, - VisualID * defaultVisp, - unsigned long sizes, - int bitsPerRGB - ); - void (*setVisualConfigs)( - int nconfigs, - __GLXvisualConfig *configs, - void **privates - ); -} __GLXextensionInfo; - extern GLboolean __glXFreeContext(__GLXcontext *glxc); extern void __glXFlushContextCache(void); @@ -76,17 +53,5 @@ extern void GlxExtensionInit(void); extern const char GLServerVersion[]; extern int DoGetString(__GLXclientState *cl, GLbyte *pc, GLboolean need_swap); -extern int GlxInitVisuals( - VisualPtr * visualp, - DepthPtr * depthp, - int * nvisualp, - int * ndepthp, - int * rootDepthp, - VisualID * defaultVisp, - unsigned long sizes, - int bitsPerRGB, - int preferredVis -); - #endif /* _glxext_h_ */ |