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>2015-07-07 17:09:02 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:54:41 +0300
commita02bc0c64680f558a384967a0c4090782b6d602b (patch)
treeaa566be8cb9324475e5343be18fc9a4777cd98d3 /map/address_finder.cpp
parentc18a1ea1f65afa8bef0ac360b254b0ae368c9f58 (diff)
Minor code style fixes.
Diffstat (limited to 'map/address_finder.cpp')
-rw-r--r--map/address_finder.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/map/address_finder.cpp b/map/address_finder.cpp
index 8ccf731ef5..3f482231a1 100644
--- a/map/address_finder.cpp
+++ b/map/address_finder.cpp
@@ -373,8 +373,6 @@ namespace
if (info.m_house.empty())
info.m_house = m_cont[i].m_house;
- info.m_isBuilding = info.m_isBuilding || m_checker.IsBuilding(m_cont[i].m_types);
-
if (info.m_name.empty())
{
/// @todo Make logic better.