summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/rastpos.h
diff options
context:
space:
mode:
authorOliver McFadden <oliver.mcfadden@linux.intel.com>2012-09-11 09:21:38 +0300
committerOliver McFadden <oliver.mcfadden@linux.intel.com>2012-09-15 12:57:00 +0300
commitd4c2b1e8f8775c982955192c0ef23f82b9e6c8b2 (patch)
tree7c6e7bdf3ef52e587bd52f801affb84dbe5f7508 /src/mesa/main/rastpos.h
parent25ee9617ff0b537bb30de92983baa745e49556b6 (diff)
downloadexternal_mesa3d-d4c2b1e8f8775c982955192c0ef23f82b9e6c8b2.zip
external_mesa3d-d4c2b1e8f8775c982955192c0ef23f82b9e6c8b2.tar.gz
external_mesa3d-d4c2b1e8f8775c982955192c0ef23f82b9e6c8b2.tar.bz2
mesa: remove FEATURE_rastpos define.
Signed-off-by: Oliver McFadden <oliver.mcfadden@linux.intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/main/rastpos.h')
-rw-r--r--src/mesa/main/rastpos.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/main/rastpos.h b/src/mesa/main/rastpos.h
index cdd94a6..9bb04cc 100644
--- a/src/mesa/main/rastpos.h
+++ b/src/mesa/main/rastpos.h
@@ -38,20 +38,9 @@
struct _glapi_table;
struct gl_context;
-#if FEATURE_rastpos
-
extern void
_mesa_init_rastpos_dispatch(struct _glapi_table *disp);
-#else /* FEATURE_rastpos */
-
-static inline void
-_mesa_init_rastpos_dispatch(struct _glapi_table *disp)
-{
-}
-
-#endif /* FEATURE_rastpos */
-
extern void
_mesa_init_rastpos(struct gl_context *ctx);