summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/fxmesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/x11/fxmesa.h')
-rw-r--r--src/mesa/drivers/x11/fxmesa.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/drivers/x11/fxmesa.h b/src/mesa/drivers/x11/fxmesa.h
index f8e9661f9cc..7df65cf9a25 100644
--- a/src/mesa/drivers/x11/fxmesa.h
+++ b/src/mesa/drivers/x11/fxmesa.h
@@ -59,11 +59,6 @@ extern "C" {
typedef struct tfxMesaContext *fxMesaContext;
-#if defined (__BEOS__)
-#pragma export on
-#endif
-
-
GLAPI fxMesaContext GLAPIENTRY fxMesaCreateContext(GLuint win, GrScreenResolution_t,
GrScreenRefresh_t,
const GLint attribList[]);
@@ -89,12 +84,6 @@ GLAPI void GLAPIENTRY fxCloseHardware(void);
GLAPI void GLAPIENTRY fxGetScreenGeometry (GLint *w, GLint *h);
-
-#if defined (__BEOS__)
-#pragma export off
-#endif
-
-
#ifdef __cplusplus
}
#endif