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:
authorIgor Khmurets <subzero@mapswithme.com>2014-06-13 16:53:44 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:17:03 +0300
commit87d3af766155298d68de8d127a1b9aabd7cdb56a (patch)
treea3dfc8d65c387712dbebfff892ff4f83a239565c /iphone/Maps/Classes/MapsAppDelegate.h
parent1594718ecae48c3a7c3f6947d4ef546995506fb1 (diff)
[ios] URL logic moved to step when we can modify ui
Diffstat (limited to 'iphone/Maps/Classes/MapsAppDelegate.h')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.h b/iphone/Maps/Classes/MapsAppDelegate.h
index ac6bf0c6dc..40376f5969 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.h
+++ b/iphone/Maps/Classes/MapsAppDelegate.h
@@ -14,7 +14,6 @@
NavigationController * m_navController;
UIWindow * m_window;
UIAlertView * m_loadingAlertView;
- BOOL m_didOpenedWithUrl;
}
@property (nonatomic, strong) IBOutlet MapViewController * m_mapViewController;