[Libreoffice-commits] core.git: include/vcl

Stephan Bergmann sbergman at redhat.com
Tue Dec 2 01:14:35 PST 2014


 include/vcl/opengl/OpenGLContext.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3b0db84516503ce72b803bf04b0432b36c1ac70c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Dec 2 10:14:03 2014 +0100

    -Werror,-Wunused-private-field
    
    Change-Id: Id34e28a76cd686496e7d5e65fff89d7a8d3d2d08

diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 6d99488..7ddcdf3 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;


More information about the Libreoffice-commits mailing list