diff options
Diffstat (limited to 'src/render/nullopenglgraphics.h')
-rw-r--r-- | src/render/nullopenglgraphics.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index 28d724820..cdd9df0f6 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -155,8 +155,6 @@ class NullOpenGLGraphics final : public Graphics void fillRectangle(const gcn::Rectangle &rect) override final; - void setTargetPlane(int width, int height); - inline void drawQuadArrayfi(const int size); inline void drawQuadArrayfi(const GLint *const intVertArray, |