diff options
author | Brian Paul <[email protected]> | 2013-11-04 17:47:19 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-11-04 18:09:57 -0700 |
commit | 5a5d2d2db806629d635b72708293c01148f6c1d3 (patch) | |
tree | fb6dfb55acc022d4c1451507e9e93300bc867264 /include/GL/osmesa.h | |
parent | 9bdc94b94db18f14725a3ea9d2a9ebe0af1c13fd (diff) |
mesa: remove __QUICKDRAW__ tests
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'include/GL/osmesa.h')
-rw-r--r-- | include/GL/osmesa.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h index c36f64981a7..10c472d49dc 100644 --- a/include/GL/osmesa.h +++ b/include/GL/osmesa.h @@ -101,11 +101,6 @@ extern "C" { typedef struct osmesa_context *OSMesaContext; -#if defined(__QUICKDRAW__) -#pragma export on -#endif - - /* * Create an Off-Screen Mesa rendering context. The only attribute needed is * an RGBA vs Color-Index mode flag. |