project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h
changeset 6259 02765411a912
parent 6247 6dfad55fd71c
child 6261 7050772ae46a
--- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h	Mon Oct 31 21:04:18 2011 +0100
+++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h	Wed Nov 02 09:24:18 2011 +0100
@@ -26,7 +26,6 @@
 
 @interface GameInterfaceBridge : NSObject <EngineProtocolDelegate> {
     UIViewController *parentController;
-    OverlayViewController *overlayController;
 
     NSString *savePath;
     EngineProtocolNetwork *engineProtocol;
@@ -37,7 +36,6 @@
 @property (assign) UIViewController *parentController;
 @property (nonatomic,retain) NSString *savePath;
 
-@property (nonatomic,retain) OverlayViewController *overlayController;
 @property (nonatomic,retain) EngineProtocolNetwork *engineProtocol;
 
 @property (assign) NSInteger ipcPort;