aboutsummaryrefslogtreecommitdiff
path: root/gl/glx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/glx.h')
-rw-r--r--gl/glx.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gl/glx.h b/gl/glx.h
index a3a7d97c9..acbd9e2c9 100644
--- a/gl/glx.h
+++ b/gl/glx.h
@@ -27,21 +27,8 @@
#define GLX_H
-#ifdef __VMS
-#include <GL/vms_x_fix.h>
-# ifdef __cplusplus
-/* VMS Xlib.h gives problems with C++.
- * this avoids a bunch of trivial warnings */
-#pragma message disable nosimpint
-#endif
-#endif
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#ifdef __VMS
-# ifdef __cplusplus
-#pragma message enable nosimpint
-#endif
-#endif
#include <GL/gl.h>