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:
authorExMix <rahuba.youri@mapswithme.com>2013-10-31 13:53:45 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:04:29 +0300
commit88088d3c09185ee48a68f3acf946d59e8888d155 (patch)
treec0a7affd72c16659319e4b752917c772c59efb2f /qt/draw_widget.cpp
parentaf506c1e7edc53144d56765e1c5daeb890b677df (diff)
remove useless code
Diffstat (limited to 'qt/draw_widget.cpp')
-rw-r--r--qt/draw_widget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt/draw_widget.cpp b/qt/draw_widget.cpp
index 73e0c6a559..8985bb5a3f 100644
--- a/qt/draw_widget.cpp
+++ b/qt/draw_widget.cpp
@@ -245,7 +245,6 @@ namespace qt
shared_ptr<qt::gl::RenderContext> primaryRC(new qt::gl::RenderContext(this));
graphics::ResourceManager::Params rmParams;
- rmParams.m_rtFormat = graphics::Data8Bpp;
rmParams.m_texFormat = graphics::Data8Bpp;
rmParams.m_texRtFormat = graphics::Data4Bpp;
rmParams.m_videoMemoryLimit = GetPlatform().VideoMemoryLimit();