summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/framebuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/opengl/framebuffer.hxx')
-rw-r--r--vcl/inc/opengl/framebuffer.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/opengl/framebuffer.hxx b/vcl/inc/opengl/framebuffer.hxx
index 4e8f9cc152da..385b11ac5771 100644
--- a/vcl/inc/opengl/framebuffer.hxx
+++ b/vcl/inc/opengl/framebuffer.hxx
@@ -27,7 +27,6 @@ public:
OpenGLFramebuffer();
virtual ~OpenGLFramebuffer();
- GLuint Id() const { return mnId; };
int GetWidth() const { return mnWidth; };
int GetHeight() const { return mnHeight; };