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:
Diffstat (limited to 'iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm')
-rw-r--r--iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm9
1 files changed, 0 insertions, 9 deletions
diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm
index 098b7b3b53..b5c292b37b 100644
--- a/iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm
+++ b/iphone/Maps/Classes/CustomViews/MapViewControls/MWMMapViewControlsManager.mm
@@ -195,15 +195,6 @@ extern NSString * const kAlohalyticsTapEventKey;
[self.ownerController.apiBar back];
}
-#pragma mark - Search
-
-- (void)mapSearchText:(NSString *)text forInputLocale:(NSString *)locale
-{
- self.searchManager.state = MWMSearchManagerStateDefault;
- [self.searchManager searchText:text forInputLocale:locale];
- self.searchManager.state = MWMSearchManagerStateMapSearch;
-}
-
#pragma mark - MWMSearchManagerProtocol
- (MWMAlertViewController *)alertController