[Libreoffice-commits] core.git: vcl/inc vcl/opengl
Tor Lillqvist
tml at collabora.com
Tue Dec 2 03:28:03 PST 2014
vcl/inc/opengl/program.hxx | 1 -
vcl/opengl/program.cxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit 724bc1ac11bd9a07d3391a8535d308353003e3b9
Author: Tor Lillqvist <tml at 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 ),
More information about the Libreoffice-commits
mailing list