summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-08-25 08:25:09 -0700
committerIan Romanick <ian.d.romanick@intel.com>2011-08-26 23:31:23 -0700
commit93db12a721ec2a68d99d68ea7fb9a471c2af23a0 (patch)
tree51e8ee5066aeec847a96365c94d7c9edcb90225d /include
parentc30181c7c33f75d527c2c4dd1d77744027fc3ec6 (diff)
mesa: Remove support for BeOS
Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/GL/osmesa.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h
index 56fa23ce81f..304655e7c44 100644
--- a/include/GL/osmesa.h
+++ b/include/GL/osmesa.h
@@ -101,7 +101,7 @@ extern "C" {
typedef struct osmesa_context *OSMesaContext;
-#if defined(__BEOS__) || defined(__QUICKDRAW__)
+#if defined(__QUICKDRAW__)
#pragma export on
#endif
@@ -275,12 +275,6 @@ OSMesaGetProcAddress( const char *funcName );
GLAPI void GLAPIENTRY
OSMesaColorClamp(GLboolean enable);
-
-#if defined(__BEOS__) || defined(__QUICKDRAW__)
-#pragma export off
-#endif
-
-
#ifdef __cplusplus
}
#endif