mesa: remove __QUICKDRAW__ tests

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Brian Paul 2013-11-04 17:47:19 -07:00
parent 9bdc94b94d
commit 5a5d2d2db8
2 changed files with 1 additions and 6 deletions

View file

@ -69,7 +69,7 @@
# define GLAPIENTRY
#endif /* WIN32 && !CYGWIN */
#if (defined(__BEOS__) && defined(__POWERPC__)) || defined(__QUICKDRAW__)
#if (defined(__BEOS__) && defined(__POWERPC__))
# define PRAGMA_EXPORT_SUPPORTED 1
#endif

View file

@ -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.