2
0
Alex Szpakowski 6 жил өмнө
parent
commit
93fef5f144

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