mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 22:10:11 +01:00
remove unused NEED_TWO_SIDED_LIGHTING() macro
This commit is contained in:
parent
ad15866ef0
commit
4e2de9531e
1 changed files with 1 additions and 17 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue