From f72a6cf7632cb2a775d3c8643f7282f3a78f96bb Mon Sep 17 00:00:00 2001 From: vng Date: Sun, 31 Aug 2014 12:36:05 +0300 Subject: [PATCH] Removed dummy data fix. --- map/feature_styler.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/map/feature_styler.cpp b/map/feature_styler.cpp index 2e82e382dc..401f81aaf6 100644 --- a/map/feature_styler.cpp +++ b/map/feature_styler.cpp @@ -73,13 +73,6 @@ namespace di m_secondaryText.clear(); } - /// @todo Temporary bug. Remove after maps update. - if (m_primaryText == "Ельничина") - { - m_primaryText.clear(); - m_secondaryText.clear(); - } - // Low zoom heuristics - don't show superlong names on World map. //if (zoom <= 5) //{