summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/eval.c
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-11 09:15:32 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:56:48 +0300
commitfa9fc2332b6b76460d29c0045b2e1a8d8036ed6b (patch)
treecb081a056386537905e8585f059db78386875641 /src/mesa/main/eval.c
parent24c3d16f3b2bcfa1cff6836ffaf136333893f1e3 (diff)
mesa: remove FEATURE_evaluators define.
Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/eval.c')
-rw-r--r--src/mesa/main/eval.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/eval.c b/src/mesa/main/eval.c
index ca1b33bd2ed..b0458a1e822 100644
--- a/src/mesa/main/eval.c
+++ b/src/mesa/main/eval.c
@@ -48,9 +48,6 @@
#include "main/dispatch.h"
-#if FEATURE_evaluators
-
-
/*
* Return the number of components per control point for any type of
* evaluator. Return 0 if bad target.
@@ -924,9 +921,6 @@ _mesa_init_eval_dispatch(struct _glapi_table *disp)
}
-#endif /* FEATURE_evaluators */
-
-
/**********************************************************************/
/***** Initialization *****/
/**********************************************************************/