From c04e0b9f4bb1fa00f6bb56e64f8c9dcf8b45ebb7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 9 Apr 2013 18:43:40 -0600 Subject: [PATCH] mesa: remove old comment about FEATURE_GL Reviewed-by: Jordan Justen --- src/mesa/main/get.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 31abe05e040..6a897cb11f3 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -423,8 +423,7 @@ static const int extra_core_ARB_color_buffer_float_and_new_buffers[] = { * remaining combinations. To look up the enums valid in a given API * we will use a hash table specific to that API. These tables are in * turn generated at build time and included through get_hash.h. - * The different sections are guarded by #if FEATURE_GL etc to make - * sure we only compile in the enums we may need. */ + */ #include "get_hash.h" -- 2.11.0