From 4e2de9531e4869edf12536c2cb37d3145ee4065c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 20 Jul 2006 03:56:16 +0000 Subject: remove unused NEED_TWO_SIDED_LIGHTING() macro --- src/mesa/main/context.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'src/mesa/main/context.h') diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 9c6ef52079..b4d3a4750b 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -307,12 +307,6 @@ do { \ -/** - * Macros to help evaluate current state conditions - */ - -/*@{*/ - /** * Is the secondary color needed? */ @@ -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 */ -- cgit v1.2.3