diff options
Diffstat (limited to 'src/nullopenglgraphics.h')
-rw-r--r-- | src/nullopenglgraphics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nullopenglgraphics.h b/src/nullopenglgraphics.h index cecd0e167..76bce409a 100644 --- a/src/nullopenglgraphics.h +++ b/src/nullopenglgraphics.h @@ -221,7 +221,6 @@ class NullOpenGLGraphics final : public Graphics GLfloat *mFloatTexArray; GLint *mIntTexArray; GLint *mIntVertArray; - bool mAlpha; bool mTexture; bool mIsByteColor; |