diff options
Diffstat (limited to 'src/mesa/main/state.h')
-rw-r--r-- | src/mesa/main/state.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/main/state.h b/src/mesa/main/state.h index 7ff1c5b59b3..7feeb9007ca 100644 --- a/src/mesa/main/state.h +++ b/src/mesa/main/state.h @@ -72,16 +72,4 @@ _mesa_need_secondary_color(const struct gl_context *ctx) return GL_FALSE; } - -/** - * Is RGBA LogicOp enabled? - */ -static INLINE GLboolean -_mesa_rgba_logicop_enabled(const struct gl_context *ctx) -{ - return ctx->Color.ColorLogicOpEnabled; -} - - - #endif |