vcl/inc/opengl/program.hxx |    1 -
 vcl/opengl/program.cxx     |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 724bc1ac11bd9a07d3391a8535d308353003e3b9
Author: Tor Lillqvist <t...@collabora.com>
Date:   Tue Dec 2 13:23:47 2014 +0200

    WaE: private field 'mnAttribIndex' is not used
    
    Change-Id: I939e184f6706fc0135f6906f0c183e5166aba5bb

diff --git a/vcl/inc/opengl/program.hxx b/vcl/inc/opengl/program.hxx
index 4b2b26f..2aeb2fd 100644
--- a/vcl/inc/opengl/program.hxx
+++ b/vcl/inc/opengl/program.hxx
@@ -29,7 +29,6 @@ private:
     GLuint          mnId;
     UniformCache    maUniformLocations;
     sal_uInt32      mnEnabledAttribs;
-    GLuint          mnAttribIndex;
     GLuint          mnPositionAttrib;
     GLuint          mnTexCoordAttrib;
     GLuint          mnAlphaCoordAttrib;
diff --git a/vcl/opengl/program.cxx b/vcl/opengl/program.cxx
index c9542c7..320b06f 100644
--- a/vcl/opengl/program.cxx
+++ b/vcl/opengl/program.cxx
@@ -17,7 +17,6 @@
 OpenGLProgram::OpenGLProgram() :
     mnId( 0 ),
     mnEnabledAttribs( 0 ),
-    mnAttribIndex( 0 ),
     mnPositionAttrib( SAL_MAX_UINT32 ),
     mnTexCoordAttrib( SAL_MAX_UINT32 ),
     mnAlphaCoordAttrib( SAL_MAX_UINT32 ),
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to