aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/remap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/remap.c')
-rw-r--r--mesalib/src/mesa/main/remap.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mesalib/src/mesa/main/remap.c b/mesalib/src/mesa/main/remap.c
index a09870561..44ec96498 100644
--- a/mesalib/src/mesa/main/remap.c
+++ b/mesalib/src/mesa/main/remap.c
@@ -36,10 +36,6 @@
* a dynamic entry, or the corresponding static entry, in glapi.
*/
-#include "mfeatures.h"
-
-#if FEATURE_remap_table
-
#include "remap.h"
#include "imports.h"
#include "glapi/glapi.h"
@@ -223,6 +219,3 @@ _mesa_init_remap_table(void)
driDispatchRemapTable_size,
MESA_remap_table_functions);
}
-
-
-#endif /* FEATURE_remap_table */