summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/program.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-12-02 13:23:47 +0200
committerTor Lillqvist <tml@collabora.com>2014-12-02 13:25:03 +0200
commit724bc1ac11bd9a07d3391a8535d308353003e3b9 (patch)
treed57fa396b0ff7476bde4e804f5e1e4635149687c /vcl/inc/opengl/program.hxx
parentc3d913724380eb76410dc0c792e9a307bbb24ca7 (diff)
WaE: private field 'mnAttribIndex' is not used
Change-Id: I939e184f6706fc0135f6906f0c183e5166aba5bb
Diffstat (limited to 'vcl/inc/opengl/program.hxx')
-rw-r--r--vcl/inc/opengl/program.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/opengl/program.hxx b/vcl/inc/opengl/program.hxx
index 4b2b26ffb95e..2aeb2fde771b 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;