summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/core.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-09-25 15:41:46 -0700
committerEric Anholt <eric@anholt.net>2013-09-26 16:29:39 -0700
commit1c904466aa3a1914b42bc6d7fed6f458dba985c0 (patch)
tree0ea29918adbf6e1f611c9971db16d374492b1584 /src/mesa/main/core.h
parentfe2528c0b69d5719b15d926ada9424cac7569b9c (diff)
downloadexternal_mesa3d-1c904466aa3a1914b42bc6d7fed6f458dba985c0.zip
external_mesa3d-1c904466aa3a1914b42bc6d7fed6f458dba985c0.tar.gz
external_mesa3d-1c904466aa3a1914b42bc6d7fed6f458dba985c0.tar.bz2
mesa: Remove some remaining FEATURE_* detritus.
Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/main/core.h')
-rw-r--r--src/mesa/main/core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/core.h b/src/mesa/main/core.h
index 0ba0db8..73ed01c 100644
--- a/src/mesa/main/core.h
+++ b/src/mesa/main/core.h
@@ -31,8 +31,7 @@
* The public header of core mesa.
*
* This file is the (only) public header of core mesa. It is supposed to be
- * used by GLX, WGL, and GLSL. It is important that headers directly or
- * indirectly included here do not perform feature tests (#if FEATURE_xxx).
+ * used by GLX, WGL, and GLSL.
*/