summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-22 10:12:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-12-22 09:44:37 +0000
commit44f2edbf7a4f6f369a670ba32e7d1cc354c4fd6d (patch)
tree9ce67eb640b99d3766b65e94d6ac9ef1b7b30e8e /include/vcl/opengl
parent7edfee8e4f81c17ec95a03843c509b95b8e404b2 (diff)
loplugin:unusedfields in include/vcl
Change-Id: I61fc04e00970ea0d398ff80f6b1f81ec2f62dd5e Reviewed-on: https://gerrit.libreoffice.org/20868 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index d744bfbe15fa..6f5ba5f36b91 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -242,9 +242,6 @@ private:
typedef std::unordered_map< rtl::OString, std::shared_ptr<OpenGLProgram>, ProgramHash > ProgramCollection;
ProgramCollection maPrograms;
OpenGLProgram* mpCurrentProgram;
-#ifdef DBG_UTIL
- std::set<SalGraphicsImpl*> maParents;
-#endif
public:
vcl::Region maClipRegion;