Mesa (master): mesa: remove unused _MESA_NEW_NEED_NORMALS

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 23 15:12:15 UTC 2011


Module: Mesa
Branch: master
Commit: 12b9e079665915e610c1dbb5f830057bb319efbb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=12b9e079665915e610c1dbb5f830057bb319efbb

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Mar 23 09:05:04 2011 -0600

mesa: remove unused _MESA_NEW_NEED_NORMALS

---

 src/mesa/main/mtypes.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index b558ba1..39577bb 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3022,9 +3022,6 @@ struct gl_matrix_stack
                                            _NEW_POINT |		\
                                            _NEW_PROGRAM |	\
                                            _NEW_MODELVIEW)
-
-#define _MESA_NEW_NEED_NORMALS            (_NEW_LIGHT |		\
-                                           _NEW_TEXTURE)
 /*@}*/
 
 




More information about the mesa-commit mailing list