Browse Source

Remove some dead code.

Alex Szpakowski 6 years ago
parent
commit
93fef5f144
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/modules/graphics/opengl/Canvas.h

+ 0 - 5
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;