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>2015-05-28 14:01:46 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:08:32 +0300
commita669180167e71f8bebd145f950ebb1a43ac373a8 (patch)
tree0dd5d9b24dea12822f86e6c383a6d90f058a04c6 /drape_head
parente3fa5c497451d9103c4e74fed65e13e1577c1814 (diff)
rebase fix
Diffstat (limited to 'drape_head')
-rw-r--r--drape_head/testing_engine.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/drape_head/testing_engine.cpp b/drape_head/testing_engine.cpp
index 3a34c61895..d0bc986faa 100644
--- a/drape_head/testing_engine.cpp
+++ b/drape_head/testing_engine.cpp
@@ -515,21 +515,6 @@ void TestingEngine::DrawImpl()
}
{
- PoiSymbolViewParams p(FeatureID(-1, 0));
- p.m_depth = 0.0f;
- p.m_symbolName = "subway-station-l";
- PoiSymbolShape(m2::PointF(92.27f, 30.0f), p).Draw(make_ref(m_batcher), make_ref(m_textures));
- }
-
- {
- CircleViewParams p(FeatureID(-1, 0));
- p.m_color = dp::Color::Red();
- p.m_depth = 0.0f;
- p.m_radius = 28.0f;
- CircleShape(m2::PointF(94.27f, 30.0f), p).Draw(make_ref(m_batcher), make_ref(m_textures));
- }
-
- {
vector<m2::PointF> trg{ m2::PointD(110.0f, 30.0f), m2::PointD(112.0f, 30.0f), m2::PointD(112.0f, 28.0f),
m2::PointD(110.0f, 30.0f), m2::PointD(112.0f, 28.0f), m2::PointD(110.0f, 28.0f) };
AreaViewParams p;