project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 6624 e049b5bb0ad1
parent 6247 6dfad55fd71c
child 6700 e04da46ee43c
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Sat Feb 04 23:06:22 2012 +0100
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Sun Feb 05 15:52:26 2012 +0100
@@ -23,7 +23,6 @@
 
 @class InGameMenuViewController;
 @class HelpPageViewController;
-@class AmmoMenuViewController;
 
 @interface OverlayViewController : UIViewController {
     // the timer that dims the overlay
@@ -36,17 +35,11 @@
 
     // the help menu
     HelpPageViewController *helpPage;
-
-    // the objc ammomenu
-    AmmoMenuViewController *amvc;
     
     // ths touch section
     CGFloat initialDistanceForPinching;
     CGPoint startingPoint;
     BOOL isAttacking;
-    
-    // dual head support
-    NSInteger initialScreenCount;
 
     // various other widgets
     UIActivityIndicatorView *loadingIndicator;
@@ -57,14 +50,10 @@
 @property (nonatomic,retain) id popoverController;
 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
 @property (nonatomic,retain) HelpPageViewController *helpPage;
-@property (nonatomic,retain) AmmoMenuViewController *amvc;
 @property (nonatomic,retain) UIActivityIndicatorView *loadingIndicator;
 @property (nonatomic,retain) UIButton *confirmButton;
 @property (nonatomic,retain) UISegmentedControl *grenadeTimeSegment;
 
-@property (assign) NSInteger initialScreenCount;
-
-
 +(OverlayViewController *)mainOverlay;
 
 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;