summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixel.c
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-11 09:17:44 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:56:52 +0300
commit0ba82f910874e07180d08ae37ebd043eee727f84 (patch)
treee85ab2d94bb1c9d384348a3f0fb9d9fcc5c11cc1 /src/mesa/main/pixel.c
parent26a26e9992d243dbdcd2f7f9a47723fe5cf060d2 (diff)
mesa: remove FEATURE_pixel_transfer define.
Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/pixel.c')
-rw-r--r--src/mesa/main/pixel.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c
index 450c936b745..f926c56a440 100644
--- a/src/mesa/main/pixel.c
+++ b/src/mesa/main/pixel.c
@@ -40,9 +40,6 @@
#include "main/dispatch.h"
-#if FEATURE_pixel_transfer
-
-
/**********************************************************************/
/***** glPixelZoom *****/
/**********************************************************************/
@@ -670,9 +667,6 @@ _mesa_init_pixel_dispatch(struct _glapi_table *disp)
}
-#endif /* FEATURE_pixel_transfer */
-
-
/**********************************************************************/
/***** Initialization *****/
/**********************************************************************/