diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:21:38 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:00 +0300 |
commit | d4c2b1e8f8775c982955192c0ef23f82b9e6c8b2 (patch) | |
tree | 7c6e7bdf3ef52e587bd52f801affb84dbe5f7508 /src/mesa/main/rastpos.h | |
parent | 25ee9617ff0b537bb30de92983baa745e49556b6 (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.h')
-rw-r--r-- | src/mesa/main/rastpos.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/main/rastpos.h b/src/mesa/main/rastpos.h index cdd94a66ce0..9bb04cc9c48 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); |