diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:14:31 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:46 +0300 |
commit | 24c3d16f3b2bcfa1cff6836ffaf136333893f1e3 (patch) | |
tree | dfb6ad23294ab92f25e04bd3b758110b8695c936 /src/mesa/main/drawpix.h | |
parent | 53514b032626439a1824e8ea96f1c4ba45e8e8d7 (diff) |
mesa: remove FEATURE_drawpix define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/drawpix.h')
-rw-r--r-- | src/mesa/main/drawpix.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/main/drawpix.h b/src/mesa/main/drawpix.h index 13efba5f8ff..971d258f181 100644 --- a/src/mesa/main/drawpix.h +++ b/src/mesa/main/drawpix.h @@ -32,19 +32,8 @@ struct _glapi_table; -#if FEATURE_drawpix - extern void _mesa_init_drawpix_dispatch(struct _glapi_table *disp); -#else /* FEATURE_drawpix */ - -static inline void -_mesa_init_drawpix_dispatch(struct _glapi_table *disp) -{ -} - -#endif /* FEATURE_drawpix */ - #endif /* DRAWPIX_H */ |