OSDN Git Service

mesa: remove old comment about FEATURE_GL
authorBrian Paul <brianp@vmware.com>
Wed, 10 Apr 2013 00:43:40 +0000 (18:43 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 10 Apr 2013 00:43:40 +0000 (18:43 -0600)
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/get.c

index 31abe05..6a897cb 100644 (file)
@@ -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"