From 6881b5d1fac87bbe4e86ba8990cd51fa6603c792 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 7 Sep 2014 12:30:40 +0000 Subject: [PATCH] [OPENGL32/MESA] * Zap extra_EXT_secondary_color_flush_current and EXT_secondary_color. CORE-7499 svn path=/trunk/; revision=64058 --- reactos/dll/opengl/mesa/main/get.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/reactos/dll/opengl/mesa/main/get.c b/reactos/dll/opengl/mesa/main/get.c index 08d25ccfdc8..19f63d50dac 100644 --- a/reactos/dll/opengl/mesa/main/get.c +++ b/reactos/dll/opengl/mesa/main/get.c @@ -235,12 +235,6 @@ static const int extra_flush_current[] = { EXTRA_END }; -static const int extra_EXT_secondary_color_flush_current[] = { - EXT(EXT_secondary_color), - EXTRA_FLUSH_CURRENT, - EXTRA_END -}; - static const int extra_EXT_fog_coord_flush_current[] = { EXT(EXT_fog_coord), EXTRA_FLUSH_CURRENT, @@ -254,7 +248,6 @@ static const int extra_EXT_texture_integer[] = { EXTRA_EXT(ARB_texture_cube_map); -EXTRA_EXT(EXT_secondary_color); EXTRA_EXT(EXT_fog_coord); EXTRA_EXT(NV_fog_distance); EXTRA_EXT(EXT_texture_filter_anisotropic); -- 2.17.1