summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/rastpos.c
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-11 09:21:38 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:57:00 +0300
commitd4c2b1e8f8775c982955192c0ef23f82b9e6c8b2 (patch)
tree7c6e7bdf3ef52e587bd52f801affb84dbe5f7508 /src/mesa/main/rastpos.c
parent25ee9617ff0b537bb30de92983baa745e49556b6 (diff)
mesa: remove FEATURE_rastpos define.
Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/rastpos.c')
-rw-r--r--src/mesa/main/rastpos.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/rastpos.c b/src/mesa/main/rastpos.c
index a1f6f423416..ab8e2c1a3c3 100644
--- a/src/mesa/main/rastpos.c
+++ b/src/mesa/main/rastpos.c
@@ -39,9 +39,6 @@
#include "main/dispatch.h"
-#if FEATURE_rastpos
-
-
/**
* Helper function for all the RasterPos functions.
*/
@@ -533,9 +530,6 @@ _mesa_init_rastpos_dispatch(struct _glapi_table *disp)
}
-#endif /* FEATURE_rastpos */
-
-
/**********************************************************************/
/** \name Initialization */
/**********************************************************************/