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:
Diffstat (limited to 'iphone/Maps/Classes/WindowHandle.h')
-rw-r--r--iphone/Maps/Classes/WindowHandle.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/iphone/Maps/Classes/WindowHandle.h b/iphone/Maps/Classes/WindowHandle.h
deleted file mode 100644
index 394e82aa81..0000000000
--- a/iphone/Maps/Classes/WindowHandle.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#import "RenderContext.hpp"
-
-#include "../../../map/window_handle.hpp"
-
-@class EAGLView;
-
-namespace iphone
-{
- class WindowHandle : public ::WindowHandle
- {
- bool * m_doRepaint;
-
- public:
- WindowHandle(bool & doRepaint);
- virtual void invalidateImpl();
- };
-}