diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-08-28 08:03:59 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-08-28 08:03:59 +0100 |
commit | a7f07e4dfe0acdec7386d28b23e65a5c0efa9d80 (patch) | |
tree | 4abcc8f76ea66fb767d465535c7795cd2c031288 /include/vcl/opengl | |
parent | 87c33ab18f747fdfeb56079e723982e11fd97c5f (diff) |
Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."
This reverts commit e16e64dd862c8f386f80de43ad68e831e169d49d.
I somehow forgot that glFlush is context specific, (gl always gets
me that way).
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r-- | include/vcl/opengl/OpenGLHelper.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/opengl/OpenGLHelper.hxx b/include/vcl/opengl/OpenGLHelper.hxx index d14df0d2b192..95c23c8deeaa 100644 --- a/include/vcl/opengl/OpenGLHelper.hxx +++ b/include/vcl/opengl/OpenGLHelper.hxx @@ -67,9 +67,6 @@ public: */ static bool isVCLOpenGLEnabled(); - /// flush the OpenGL command queue - if OpenGL is enabled. - static void flush(); - #if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID && !defined(LIBO_HEADLESS) static bool GetVisualInfo(Display* pDisplay, int nScreen, XVisualInfo& rVI); static GLXFBConfig GetPixmapFBConfig( Display* pDisplay, bool& bInverted ); |