project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h
changeset 6265 a6944f94c19f
parent 6263 ec41637ceb64
child 6266 b02a1e92dba2
--- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h	Wed Nov 02 19:17:07 2011 +0100
+++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h	Thu Nov 03 00:56:44 2011 +0100
@@ -23,11 +23,9 @@
 
 
 @interface GameInterfaceBridge : NSObject {
-    NSInteger ipcPort;  // Port on which engine will listen
+
 }
 
-@property (assign) NSInteger ipcPort;
-
 
 -(id)   initWithController:(id) viewController;
 -(void) startLocalGame:(NSDictionary *)withOptions;