diff --git a/iphone/Maps/UI/Settings/MWMAboutController.mm b/iphone/Maps/UI/Settings/MWMAboutController.mm index 425fb9499b..f91ebbdddc 100644 --- a/iphone/Maps/UI/Settings/MWMAboutController.mm +++ b/iphone/Maps/UI/Settings/MWMAboutController.mm @@ -18,7 +18,6 @@ extern NSString * const kAlohalyticsTapEventKey; @property(weak, nonatomic) IBOutlet SettingsTableViewLinkCell * websiteCell; @property(weak, nonatomic) IBOutlet SettingsTableViewLinkCell * facebookCell; @property(weak, nonatomic) IBOutlet SettingsTableViewLinkCell * twitterCell; -@property(weak, nonatomic) IBOutlet SettingsTableViewLinkCell * subscribeCell; @property(weak, nonatomic) IBOutlet SettingsTableViewLinkCell * osmCell; @property(weak, nonatomic) IBOutlet SettingsTableViewLinkCell * rateCell; @property(weak, nonatomic) IBOutlet SettingsTableViewLinkCell * copyrightCell; @@ -66,13 +65,6 @@ extern NSString * const kAlohalyticsTapEventKey; [Alohalytics logEvent:kAlohalyticsTapEventKey withValue:@"followOnTwitter"]; [self openUrl:[NSURL URLWithString:@"https://twitter.com/MAPS_ME"]]; } - else if (cell == self.subscribeCell) - { - [Alohalytics logEvent:kAlohalyticsTapEventKey withValue:@"subscribeToNews"]; - [self sendEmailWithText:L(@"subscribe_me_body") - subject:L(@"subscribe_me_subject") - toRecipient:@"subscribe@maps.me"]; - } else if (cell == self.osmCell) { [Alohalytics logEvent:kAlohalyticsTapEventKey withValue:@"osm"]; diff --git a/iphone/Maps/UI/Storyboard/Settings.storyboard b/iphone/Maps/UI/Storyboard/Settings.storyboard index 402fa3b7f5..d487556b81 100644 --- a/iphone/Maps/UI/Storyboard/Settings.storyboard +++ b/iphone/Maps/UI/Storyboard/Settings.storyboard @@ -1,11 +1,11 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -446,14 +446,14 @@ - + @@ -480,17 +480,17 @@ - +