summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_arrayelt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/api_arrayelt.h')
-rw-r--r--src/mesa/main/api_arrayelt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/api_arrayelt.h b/src/mesa/main/api_arrayelt.h
index 61e2167f3e6..e250cb4c819 100644
--- a/src/mesa/main/api_arrayelt.h
+++ b/src/mesa/main/api_arrayelt.h
@@ -31,10 +31,6 @@
#include "main/mtypes.h"
-#define _MESA_INIT_ARRAYELT_VTXFMT(vfmt, impl) \
- do { \
- (vfmt)->ArrayElement = impl ## ArrayElement; \
- } while (0)
extern GLboolean _ae_create_context( struct gl_context *ctx );
extern void _ae_destroy_context( struct gl_context *ctx );