summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-02 10:14:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-02 10:14:03 +0100
commit3b0db84516503ce72b803bf04b0432b36c1ac70c (patch)
tree1f53dc5d275cdc310e7fc756bdeedb383e532b84 /include
parent684facf115df0f06bc3cf405b4429f97b0891370 (diff)
-Werror,-Wunused-private-field
Change-Id: Id34e28a76cd686496e7d5e65fff89d7a8d3d2d08
Diffstat (limited to 'include')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 6d9948864bdf..7ddcdf3f1b5c 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -236,7 +236,6 @@ private:
bool mbPixmap; // is a pixmap instead of a window
#endif
- int mnFramebufferCount;
OpenGLFramebuffer* mpCurrentFramebuffer;
OpenGLFramebuffer* mpFirstFramebuffer;
OpenGLFramebuffer* mpLastFramebuffer;