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_tstfrm
parentaf506c1e7edc53144d56765e1c5daeb890b677df (diff)
remove useless code
Diffstat (limited to 'qt_tstfrm')
-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 10e2500083..7be9eee3e5 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -27,8 +27,6 @@ namespace tst
m_primaryContext = make_shared_ptr(new qt::gl::RenderContext(this));
graphics::ResourceManager::Params rmp;
-
- rmp.m_rtFormat = graphics::Data8Bpp;
rmp.m_texFormat = graphics::Data8Bpp;
rmp.m_videoMemoryLimit = 20 * 1024 * 1024;