diff -r 2560731c860d -r 8b00b4f93242 project_files/HedgewarsMobile/Classes/MapConfigViewController.h --- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.h Thu Oct 07 02:03:01 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.h Thu Oct 07 02:16:29 2010 +0200 @@ -22,16 +22,7 @@ #import #import "MapPreviewButtonView.h" -@protocol MapConfigDelegate - --(void) buttonPressed:(id) sender; - -@end - - @interface MapConfigViewController : UIViewController { - id delegate; - NSInteger oldValue; //slider NSInteger oldPage; //segmented control BOOL busy; @@ -59,7 +50,6 @@ NSArray *dataSourceArray; } -@property (nonatomic,retain) id delegate; @property (nonatomic,assign) NSInteger maxHogs; @property (nonatomic,assign) BOOL busy;