From 4e2de9531e4869edf12536c2cb37d3145ee4065c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 20 Jul 2006 03:56:16 +0000 Subject: [PATCH] remove unused NEED_TWO_SIDED_LIGHTING() macro --- src/mesa/main/context.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 9c6ef52..b4d3a47 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -308,12 +308,6 @@ do { \ /** - * Macros to help evaluate current state conditions - */ - -/*@{*/ - -/** * Is the secondary color needed? */ #define NEED_SECONDARY_COLOR(CTX) \ @@ -327,14 +321,4 @@ do { \ ) -/** - * Is two-sided lighting in effect? - */ -#define NEED_TWO_SIDED_LIGHTING(CTX) \ - (ctx->Light.Enabled && ctx->Light.Model.TwoSide) - - -/*@}*/ - - -#endif +#endif /* CONTEXT_H */ -- 2.7.4