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:
authorAlex Zolotarev <alex@maps.me>2016-04-07 13:01:45 +0300
committerAlex Zolotarev <alex@maps.me>2016-04-07 19:56:54 +0300
commit1965b193d44970b212ca4463f1b25bf30632c891 (patch)
tree8fc4cb2691f8fafe9ae8aa5485c19982d7386b2f /indexer/editable_map_object.hpp
parent220f32610fb17126e989ed121363021834912efc (diff)
MapObject::IsBuilding() to display additional options in UI for buildings.
Diffstat (limited to 'indexer/editable_map_object.hpp')
-rw-r--r--indexer/editable_map_object.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/editable_map_object.hpp b/indexer/editable_map_object.hpp
index c29fbd834a..5f63cdd994 100644
--- a/indexer/editable_map_object.hpp
+++ b/indexer/editable_map_object.hpp
@@ -48,7 +48,6 @@ class EditableMapObject : public MapObject
public:
bool IsNameEditable() const;
bool IsAddressEditable() const;
- bool ShouldDisplayAddOrganisationButton() const;
vector<Props> GetEditableProperties() const;
// TODO(AlexZ): Remove this method and use GetEditableProperties() in UI.