summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/gl_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/fragments/gl_x11.c')
-rw-r--r--waftools/fragments/gl_x11.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/waftools/fragments/gl_x11.c b/waftools/fragments/gl_x11.c
index 53b82e46ba..ff11f551b2 100644
--- a/waftools/fragments/gl_x11.c
+++ b/waftools/fragments/gl_x11.c
@@ -1,6 +1,5 @@
#include <X11/Xlib.h>
#include <GL/glx.h>
-#include <GL/gl.h>
#include <stddef.h>
int main(int argc, char *argv[]) {
@@ -8,8 +7,5 @@ int main(int argc, char *argv[]) {
glXQueryExtensionsString(NULL, 0);
glXGetProcAddressARB("");
glXGetCurrentDisplay();
- glFinish();
- (void)GL_RGB32F; // arbitrary OpenGL 3.0 symbol
- (void)GL_LUMINANCE16; // arbitrary OpenGL legacy-only symbol
return 0;
}