summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-14 13:32:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-14 14:33:28 +0100
commitd98cf29aa4e5ce14f0c96a18be563f5ce36879df (patch)
tree15bc8aa5d89ebcb556ebc6172872ce1c89e4264c /include/vcl/opengl
parentfdeff6cfc022f1a140f4366121c5669ba5c59113 (diff)
loplugin:singlevalfields
Change-Id: I31107d4e3b3bd175187a8c29a094a4c6acf2a87c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107686 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 24a22c9eb45b..ed5497480cf6 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -113,7 +113,6 @@ protected:
bool mbRequestLegacyContext;
public:
- vcl::Region maClipRegion;
// Don't hold references to ourselves:
OpenGLContext *mpPrevContext;