From 50034c017125b9538cd1e88b7344574da5bf3c9a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 28 Apr 2014 16:00:58 -0600 Subject: [PATCH] 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 --- include/GL/gl.h | 17 ----------------- 1 file changed, 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 -- 2.30.2