summaryrefslogtreecommitdiffstats
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-11-04 17:47:19 -0700
committerBrian Paul <[email protected]>2013-11-04 18:09:57 -0700
commit32577fc0adec86557c53ced8fb13dd5de76e58e0 (patch)
tree4ed100b26a164704a8205184fb24ca46aa61ebcd /include/GL/gl.h
parent5a5d2d2db806629d635b72708293c01148f6c1d3 (diff)
mesa: remove macintosh preprocessor stuff
IIRC, this is MacOS 9.x stuff. Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 31a28137235..1d21df75db9 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -88,10 +88,6 @@
#include <windows.h>
#endif
-#if defined(macintosh) && PRAGMA_IMPORT_SUPPORTED
-#pragma import on
-#endif
-
#ifndef GLAPI
#define GLAPI extern
#endif
@@ -2169,9 +2165,6 @@ typedef void (APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum t
#pragma export off
#endif
-#if defined(macintosh) && PRAGMA_IMPORT_SUPPORTED
-#pragma import off
-#endif
/*
* End system-specific stuff
**********************************************************************/