summaryrefslogtreecommitdiff
path: root/src/mesa/main/rastpos.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-09-13 13:51:52 +0800
committerChia-I Wu <olv@lunarg.com>2010-09-14 15:49:43 +0800
commitdb6273e0ddc5dbfcff27b8f75982bbf348810d31 (patch)
treef77c8ae94bfe2b10d6e5e4933292320a3d47bcd7 /src/mesa/main/rastpos.h
parent1c6992b873df6de36f7b8d203fc9d993fcebab9d (diff)
mesa: Remove unused _MESA_INIT_*_FUNCTIONS.
They were intended to be used to build OpenGL ES only DRI drivers, but that never happened.
Diffstat (limited to 'src/mesa/main/rastpos.h')
-rw-r--r--src/mesa/main/rastpos.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/rastpos.h b/src/mesa/main/rastpos.h
index b2127225b6..4994616d40 100644
--- a/src/mesa/main/rastpos.h
+++ b/src/mesa/main/rastpos.h
@@ -37,18 +37,11 @@
#if FEATURE_rastpos
-#define _MESA_INIT_RASTPOS_FUNCTIONS(driver, impl) \
- do { \
- (driver)->RasterPos = impl ## RasterPos; \
- } while (0)
-
extern void
_mesa_init_rastpos_dispatch(struct _glapi_table *disp);
#else /* FEATURE_rastpos */
-#define _MESA_INIT_RASTPOS_FUNCTIONS(driver, impl) do { } while (0)
-
static INLINE void
_mesa_init_rastpos_dispatch(struct _glapi_table *disp)
{