diff options
author | Eric Anholt <[email protected]> | 2013-09-25 15:41:46 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-09-26 16:29:39 -0700 |
commit | 1c904466aa3a1914b42bc6d7fed6f458dba985c0 (patch) | |
tree | 0ea29918adbf6e1f611c9971db16d374492b1584 /src/mesa/main/core.h | |
parent | fe2528c0b69d5719b15d926ada9424cac7569b9c (diff) |
mesa: Remove some remaining FEATURE_* detritus.
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/core.h')
-rw-r--r-- | src/mesa/main/core.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/core.h b/src/mesa/main/core.h index 0ba0db8a38c..73ed01c259b 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. */ |