Removed dummy data fix.

This commit is contained in:
vng 2014-08-31 12:36:05 +03:00 committed by Alex Zolotarev
parent 9b2f877aca
commit f72a6cf763

View file

@ -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)
//{