diff options
author | Brian Paul <[email protected]> | 2013-04-09 18:43:40 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-04-09 18:43:40 -0600 |
commit | c04e0b9f4bb1fa00f6bb56e64f8c9dcf8b45ebb7 (patch) | |
tree | ef9b9fcebbfb31d8187edabe89c534954d7aef3e /src/mesa/main/get.c | |
parent | f490c6839b8215a3b3f0c5f6fe2ee5457910b2ee (diff) |
mesa: remove old comment about FEATURE_GL
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 3 |
1 files changed, 1 insertions, 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" |