diff -r 517bdd3865f1 -r 6d2e8a24277e project_files/HedgewarsMobile/Classes/OverlayViewController.h --- 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;