Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qt_tstfrm/tstwidgets.cpp')
-rw-r--r--qt_tstfrm/tstwidgets.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index b22962da85..c6bd4cf3b3 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -24,7 +24,6 @@ GLDrawWidget::GLDrawWidget() : base_type(0)
GLDrawWidget::~GLDrawWidget()
{
- graphics::gl::FinalizeThread();
}
void GLDrawWidget::initializeGL()
@@ -33,7 +32,6 @@ void GLDrawWidget::initializeGL()
{
graphics::gl::InitExtensions();
graphics::gl::CheckExtensionSupport();
- graphics::gl::InitializeThread();
}
catch (graphics::gl::platform_unsupported & e)
{