summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window/salframe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/window/salframe.cxx')
-rw-r--r--vcl/unx/generic/window/salframe.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx
index 43189003cec7..8dacdd8bf772 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -35,7 +35,6 @@
#include "vcl/settings.hxx"
#include "vcl/bmpacc.hxx"
#include "vcl/opengl/OpenGLContext.hxx"
-#include "vcl/opengl/OpenGLHelper.hxx"
#include <prex.h>
#include <X11/Xatom.h>
@@ -2455,13 +2454,11 @@ void X11SalFrame::SetTitle( const OUString& rTitle )
void X11SalFrame::Flush()
{
XFlush( GetDisplay()->GetDisplay() );
- OpenGLHelper::flush();
}
void X11SalFrame::Sync()
{
XSync( GetDisplay()->GetDisplay(), False );
- OpenGLHelper::flush();
}
// Keyboard