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:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-06-24 17:56:56 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:54 +0300
commitdbdfc7e7704fa09d141237b233dce56b7eb622c7 (patch)
tree9b795186dc3590349c6d9134fdfa4a9f29d41bb1 /iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm
parent226c68fbf68632e9d3b873364839f6cc84ea061d (diff)
[ios] Fixed placepage layout.
Diffstat (limited to 'iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm')
-rw-r--r--iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm5
1 files changed, 0 insertions, 5 deletions
diff --git a/iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm b/iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm
index 8e903e01c6..2091c1309d 100644
--- a/iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm
+++ b/iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm
@@ -54,11 +54,6 @@ typedef NS_ENUM(NSUInteger, MWMiPhoneLandscapePlacePageState)
self.state = MWMiPhoneLandscapePlacePageStateOpen;
}
-- (void)dismiss
-{
- self.state = MWMiPhoneLandscapePlacePageStateClosed;
-}
-
- (void)updateTargetPoint
{
CGSize const size = UIScreen.mainScreen.bounds.size;