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:
authorvng <viktor.govako@gmail.com>2011-11-24 19:37:12 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:42 +0300
commit3171e698c313b84843aa2f10dd0ac404c55db871 (patch)
tree544dce37441ff48904ae05b9c2c0642d994aba4e /indexer/classificator.cpp
parent6b307e22fe3acc4f2c594d2d0c79b311d9f4ccb5 (diff)
Remove old code for binary drawing rules processing.
Add primary, secondary caption styles getting.
Diffstat (limited to 'indexer/classificator.cpp')
-rw-r--r--indexer/classificator.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indexer/classificator.cpp b/indexer/classificator.cpp
index b7ff913e43..47c1f03068 100644
--- a/indexer/classificator.cpp
+++ b/indexer/classificator.cpp
@@ -81,9 +81,7 @@ void ClassifObject::LoadPolicy::Serialize(string const & s)
drule::Key key;
key.fromString(s);
-#ifndef USE_PROTO_STYLES
- p->m_drawRule.push_back(key);
-#endif
+ //p->m_drawRule.push_back(key);
// mark as visible in rule's scale
p->m_visibility[key.m_scale] = true;