summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/zone.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-09-17 13:35:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-09-17 15:05:37 +0200
commit5c386a41c3cf416ed878f5ea6ece8f15990bd613 (patch)
tree938fb2257259a46ebf2e7a807e69366f7a25926e /vcl/inc/opengl/zone.hxx
parentcaa211b62048ac5037b3fd4320f3eb4dea7b639d (diff)
No need for explicit OpenGLZone::enter/leave calls from vcldemo
(though I have no idea how to actually test the affected code) Change-Id: Ib74d966d021e337bfab94c223812cb51c02c705f Reviewed-on: https://gerrit.libreoffice.org/79059 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/inc/opengl/zone.hxx')
-rw-r--r--vcl/inc/opengl/zone.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/opengl/zone.hxx b/vcl/inc/opengl/zone.hxx
index 50fd04598193..8aeabcf8b40f 100644
--- a/vcl/inc/opengl/zone.hxx
+++ b/vcl/inc/opengl/zone.hxx
@@ -14,7 +14,6 @@
#include <sal/types.h>
#include <vcl/dllapi.h>
-class OpenGLZoneTest;
class OpenGLWatchdogThread;
/**
@@ -22,7 +21,6 @@ class OpenGLWatchdogThread;
* from the OpenGL code, so use this helper to track that.
*/
class VCL_DLLPUBLIC OpenGLZone {
- friend class OpenGLZoneTest;
friend class OpenGLWatchdogThread;
friend class OpenGLSalGraphicsImpl;