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:
authorRoman Kuznetsov <r.kuznetsow@gmail.com>2016-03-24 13:41:53 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2016-03-24 13:41:53 +0300
commit55f2a67e955fb69afca28dbca11ba1274400b6f9 (patch)
treeccd1f1f47d72b0a37d47dbcf70aa57e869bfa97c /iphone/Maps/Classes/EAGLView.h
parent76cb6e84ab2e0ea0ff34790ff1c3ed2ac6331120 (diff)
Revert "[ios] Improved safety of present calls"
Diffstat (limited to 'iphone/Maps/Classes/EAGLView.h')
-rw-r--r--iphone/Maps/Classes/EAGLView.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/EAGLView.h b/iphone/Maps/Classes/EAGLView.h
index dffcb6f167..600ce61de8 100644
--- a/iphone/Maps/Classes/EAGLView.h
+++ b/iphone/Maps/Classes/EAGLView.h
@@ -28,6 +28,5 @@ namespace dp
- (CGPoint)viewPoint2GlobalPoint:(CGPoint)pt;
- (CGPoint)globalPoint2ViewPoint:(CGPoint)pt;
- (void)initialize;
-- (void)setPresentAvailable:(BOOL)available;
@end