From fa9fc2332b6b76460d29c0045b2e1a8d8036ed6b Mon Sep 17 00:00:00 2001 From: Oliver McFadden Date: Tue, 11 Sep 2012 09:15:32 +0300 Subject: mesa: remove FEATURE_evaluators define. Signed-off-by: Oliver McFadden Reviewed-by: Brian Paul --- src/mesa/main/eval.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mesa/main/eval.c') 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 *****/ /**********************************************************************/ -- cgit v1.2.3