project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 5109 6d2e8a24277e
parent 4976 088d40d8aba2
child 5154 851f36579ed4
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Tue Apr 05 22:21:02 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Wed Apr 06 00:29:49 2011 +0200
@@ -53,9 +53,6 @@
     BOOL useClassicMenu;
     NSInteger initialOrientation;
     
-    // the containing window
-    UIWindow *containerWindow;
-    
     // dual head support
     NSInteger initialScreenCount;
     NSInteger a, b;
@@ -68,7 +65,6 @@
 @property (assign) BOOL isNetGame;
 @property (assign) BOOL useClassicMenu;
 @property (assign) NSInteger initialOrientation;
-@property (assign) UIWindow *containerWindow;
 
 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;