diff options
author | Brian Paul <brianp@vmware.com> | 2014-04-28 16:00:58 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2014-04-28 17:16:42 -0600 |
commit | 50034c017125b9538cd1e88b7344574da5bf3c9a (patch) | |
tree | 1fe249766402aebad16598eaf75374d41e798dbd /include | |
parent | f3aa999383074d666d6e3f3506e66b0c937904ca (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.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index 4e2932df7d..5b28480288 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 |