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>2015-09-04 20:25:28 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:03:54 +0300
commitac1417a11d97c399dbdac5fa1f78c8ee82bf97dd (patch)
tree7c9514887b581779fc0a084a005049754a0e5e08 /iphone/Maps/Classes/MapsAppDelegate.mm
parent5e3412ca24202c52afe98228b35916bce80b78e4 (diff)
[ios] Removed unused code.
Diffstat (limited to 'iphone/Maps/Classes/MapsAppDelegate.mm')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm
index 9766a25806..5174c4238e 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.mm
+++ b/iphone/Maps/Classes/MapsAppDelegate.mm
@@ -234,7 +234,6 @@ void InitLocalizedStrings()
LocalNotificationManager * notificationManager = [LocalNotificationManager sharedManager];
if (launchOptions[UIApplicationLaunchOptionsLocalNotificationKey])
[notificationManager processNotification:launchOptions[UIApplicationLaunchOptionsLocalNotificationKey] onLaunch:YES];
- [notificationManager updateLocalNotifications];
if ([Alohalytics isFirstSession])
{