[Mesa-dev] [PATCH] mesa: remove unused #pragma export on/off lines
Brian Paul
brianp at vmware.com
Mon Apr 28 15:02:44 PDT 2014
PRAGMA_EXPORT_SUPPORTED is never defined.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77749
---
include/GL/gl.h | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 4e2932d..5b28480 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -97,10 +97,6 @@
#define GLAPIENTRYP GLAPIENTRY *
#endif
-#if defined(PRAGMA_EXPORT_SUPPORTED)
-#pragma export on
-#endif
-
/*
* End system-specific stuff.
**********************************************************************/
@@ -2112,19 +2108,6 @@ typedef void (APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum t
**/
-
-/**********************************************************************
- * Begin system-specific stuff
- */
-#if defined(PRAGMA_EXPORT_SUPPORTED)
-#pragma export off
-#endif
-
-/*
- * End system-specific stuff
- **********************************************************************/
-
-
#ifdef __cplusplus
}
#endif
--
1.7.10.4
More information about the mesa-dev
mailing list