|
@@ -519,18 +519,6 @@ X11_GL_GetVisual(_THIS, Display * display, int screen)
|
|
|
return vinfo;
|
|
|
}
|
|
|
|
|
|
-#if 0
|
|
|
-#ifndef GLXBadContext
|
|
|
-#define GLXBadContext 0
|
|
|
-#endif
|
|
|
-#ifndef GLXBadFBConfig
|
|
|
-#define GLXBadFBConfig 9
|
|
|
-#endif
|
|
|
-#ifndef GLXBadProfileARB
|
|
|
-#define GLXBadProfileARB 13
|
|
|
-#endif
|
|
|
-#endif
|
|
|
-
|
|
|
static int (*handler) (Display *, XErrorEvent *) = NULL;
|
|
|
static const char *errorHandlerOperation = NULL;
|
|
|
static int errorBase = 0;
|