diff options
author | Noel <noelgrandin@gmail.com> | 2020-12-14 13:32:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-14 14:33:28 +0100 |
commit | d98cf29aa4e5ce14f0c96a18be563f5ce36879df (patch) | |
tree | 15bc8aa5d89ebcb556ebc6172872ce1c89e4264c /vcl/source/opengl | |
parent | fdeff6cfc022f1a140f4366121c5669ba5c59113 (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 'vcl/source/opengl')
-rw-r--r-- | vcl/source/opengl/OpenGLContext.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index aa2093af4b6f..b703356ee5d4 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -338,9 +338,6 @@ void OpenGLContext::reset() OpenGLZone aZone; - // reset the clip region - maClipRegion.SetEmpty(); - if( isCurrent() ) resetCurrent(); |