summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-03-23 09:05:04 -0600
committerBrian Paul <[email protected]>2011-03-23 09:05:04 -0600
commit12b9e079665915e610c1dbb5f830057bb319efbb (patch)
treeec8262ec4e8b5471ffe76f0dc970ec3cbbc064f7 /src/mesa/main
parent7ecb61c30c4984a8513b306b640f9d274d8ecf61 (diff)
mesa: remove unused _MESA_NEW_NEED_NORMALS
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/mtypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index b558ba1a8c1..39577bb0254 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)
/*@}*/