From 02a19684f928c4c5277913499302fb4511b15cad Mon Sep 17 00:00:00 2001 From: Oliver McFadden Date: Tue, 11 Sep 2012 11:08:21 +0300 Subject: mesa: remove FEATURE_ARB_sampler_objects define. Signed-off-by: Oliver McFadden Reviewed-by: Brian Paul --- src/mesa/main/mfeatures.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/mfeatures.h') diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 30411f7c9c4..e0116c687b2 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -84,7 +84,6 @@ #define FEATURE_remap_table 0 #endif -#define FEATURE_ARB_sampler_objects FEATURE_GL #define FEATURE_ARB_sync FEATURE_GL #define FEATURE_EXT_framebuffer_blit FEATURE_GL -- cgit v1.2.3