diff --git a/src/modules/graphics/opengl/Canvas.h b/src/modules/graphics/opengl/Canvas.h index 59b603b7c..780e97087 100644 --- a/src/modules/graphics/opengl/Canvas.h +++ b/src/modules/graphics/opengl/Canvas.h @@ -66,11 +66,6 @@ public: return renderbuffer != 0 ? renderbuffer : texture; } - inline GLenum getStatus() const - { - return status; - } - inline GLuint getFBO() const { return fbo;