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.c | |
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.c')
-rw-r--r-- | src/mesa/main/drawpix.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c index bd9837fdd9a..b5ab2cbeb7a 100644 --- a/src/mesa/main/drawpix.c +++ b/src/mesa/main/drawpix.c @@ -39,9 +39,6 @@ #include "fbobject.h" -#if FEATURE_drawpix - - /* * Execute glDrawPixels */ @@ -379,6 +376,3 @@ _mesa_init_drawpix_dispatch(struct _glapi_table *disp) SET_CopyPixels(disp, _mesa_CopyPixels); SET_DrawPixels(disp, _mesa_DrawPixels); } - - -#endif /* FEATURE_drawpix */ |