summaryrefslogtreecommitdiff
path: root/src/mesa/es/main/stubs.c
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-03-30 13:19:59 +0800
committerChia-I Wu <olv@lunarg.com>2010-03-30 15:39:17 +0800
commitf6f5cba9a66afea3f500e3be1c15e7b18d88e265 (patch)
tree04c1e63245345b6fdf4c19ca90acdbc6bffdfdbd /src/mesa/es/main/stubs.c
parent066477ab226c6bf9598511ebe9134cb360fb54a2 (diff)
mesa/es: Use core mesa's mfeatures.h.
Remove mfeatures_es1.h and mfeatures_es2.h. Build the overlay with either FEATURE_ES1 or FEATURE_ES2 defined.
Diffstat (limited to 'src/mesa/es/main/stubs.c')
-rw-r--r--src/mesa/es/main/stubs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/es/main/stubs.c b/src/mesa/es/main/stubs.c
index e7b8bc780f..b829543cc0 100644
--- a/src/mesa/es/main/stubs.c
+++ b/src/mesa/es/main/stubs.c
@@ -37,13 +37,6 @@
_mesa_error(ctx, GL_INVALID_OPERATION, __FUNCTION__); \
} while (0)
-#if FEATURE_accum
-/* This is a sanity check that to be sure we're using the correct mfeatures.h
- * header. We don't want to accidentally use the one from mainline Mesa.
- */
-#error "The wrong mfeatures.h file is being included!"
-#endif
-
/* silence compiler warnings */
extern void GLAPIENTRY _vbo_Materialf(GLenum face, GLenum pname, GLfloat param);