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:
authorDmitry Yunitsky <yunik@mapswithme.com>2016-03-22 00:20:04 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:57:49 +0300
commitfe0f4fb8cf084a42f5667c06489628d07c79c89b (patch)
treea6ddbf510415c77f18a6d74f9168533c6505f23e /indexer/editable_map_object.hpp
parent1a56a37d6bd1f1636435400ad0503c1bf111253e (diff)
[android] Used core cuisine localization.
Diffstat (limited to 'indexer/editable_map_object.hpp')
-rw-r--r--indexer/editable_map_object.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indexer/editable_map_object.hpp b/indexer/editable_map_object.hpp
index 3331097e7c..3f4aaa2322 100644
--- a/indexer/editable_map_object.hpp
+++ b/indexer/editable_map_object.hpp
@@ -86,8 +86,6 @@ public:
void SetBuildingLevels(string const & buildingLevels);
/// @param[in] cuisine is a vector of osm cuisine ids.
void SetCuisines(vector<string> const & cuisine);
- // TODO(yunikkk): Refactor out this method in jni, because it lacks possible validation.
- void SetRawOSMCuisines(string const & cuisine);
void SetOpeningHours(string const & openingHours);
/// Special mark that it's a point feature, not area or line.