summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-04-28 16:00:58 -0600
committerBrian Paul <brianp@vmware.com>2014-04-28 17:16:42 -0600
commit50034c017125b9538cd1e88b7344574da5bf3c9a (patch)
tree1fe249766402aebad16598eaf75374d41e798dbd /include
parentf3aa999383074d666d6e3f3506e66b0c937904ca (diff)
mesa: remove unused #pragma export on/off lines
PRAGMA_EXPORT_SUPPORTED is never defined. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77749 Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/GL/gl.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 4e2932df7df..5b284802885 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