From: Brian Paul Date: Wed, 10 Apr 2013 00:43:40 +0000 (-0600) Subject: mesa: remove old comment about FEATURE_GL X-Git-Tag: mesa-9.2.1~1869 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c04e0b9f4bb1fa00f6bb56e64f8c9dcf8b45ebb7;p=platform%2Fupstream%2Fmesa.git mesa: remove old comment about FEATURE_GL Reviewed-by: Jordan Justen --- diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 31abe05..6a897cb 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"