project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h
changeset 5206 db775bddf771
parent 5157 a5a6ffc56141
child 5696 972bf04d4a79
--- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h	Mon May 09 18:00:39 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h	Wed May 11 01:26:38 2011 +0200
@@ -31,7 +31,6 @@
     UIViewController *parentController;
     OverlayViewController *overlayController;
 
-    NSDictionary *systemSettings;
     NSString *savePath;
     EngineProtocolNetwork *engineProtocol;
 
@@ -40,7 +39,6 @@
 }
 
 @property (nonatomic,retain) UIViewController *parentController;
-@property (nonatomic,retain) NSDictionary *systemSettings;
 @property (nonatomic,retain) NSString *savePath;
 
 @property (nonatomic,retain) OverlayViewController *overlayController;