remove unused NEED_TWO_SIDED_LIGHTING() macro
This commit is contained in:
@@ -307,12 +307,6 @@ do { \
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Macros to help evaluate current state conditions
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*@{*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is the secondary color needed?
|
* Is the secondary color needed?
|
||||||
*/
|
*/
|
||||||
@@ -327,14 +321,4 @@ do { \
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
/**
|
#endif /* CONTEXT_H */
|
||||||
* Is two-sided lighting in effect?
|
|
||||||
*/
|
|
||||||
#define NEED_TWO_SIDED_LIGHTING(CTX) \
|
|
||||||
(ctx->Light.Enabled && ctx->Light.Model.TwoSide)
|
|
||||||
|
|
||||||
|
|
||||||
/*@}*/
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Reference in New Issue
Block a user