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 <deathbaba@gmail.com>2012-05-08 21:41:21 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:13 +0300
commit53a13917f1453b9d8ca76f9cda6ceac5c6649a09 (patch)
treef5732a8bae557475107848061397c3def63acd1f /iphone/Maps/Classes/EAGLView.h
parentf3231c5b5c35838469aab7239ec7855a2b63a7c4 (diff)
[ios] Framework Refactoring
Diffstat (limited to 'iphone/Maps/Classes/EAGLView.h')
-rw-r--r--iphone/Maps/Classes/EAGLView.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/iphone/Maps/Classes/EAGLView.h b/iphone/Maps/Classes/EAGLView.h
index 9268fdfbe0..8e70633494 100644
--- a/iphone/Maps/Classes/EAGLView.h
+++ b/iphone/Maps/Classes/EAGLView.h
@@ -5,7 +5,6 @@
#include "../../std/shared_ptr.hpp"
#include "RenderBuffer.hpp"
-class Framework;
class VideoTimer;
class RenderPolicy;
@@ -28,9 +27,6 @@ namespace yg
// Note that setting the view non-opaque will only work if the EAGL surface has an alpha channel.
@interface EAGLView : UIView
{
-@public
-
- Framework * framework;
VideoTimer * videoTimer;
shared_ptr<iphone::RenderContext> renderContext;
shared_ptr<yg::gl::FrameBuffer> frameBuffer;
@@ -40,7 +36,6 @@ namespace yg
- (void) initRenderPolicy;
-@property (nonatomic, assign) Framework * framework;
@property (nonatomic, assign) VideoTimer * videoTimer;
@property (nonatomic, assign) shared_ptr<iphone::RenderContext> renderContext;
@property (nonatomic, assign) shared_ptr<iphone::RenderBuffer> renderBuffer;