--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h Sun Jul 24 16:58:40 2011 -0400
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h Sun Jul 24 19:14:56 2011 +0200
@@ -32,7 +32,6 @@
NSString *selectedScheme;
NSString *selectedWeapon;
- UISwitch *syncSwitch;
BOOL hideSections;
}
@@ -42,7 +41,6 @@
@property (nonatomic,retain) NSIndexPath *lastIndexPath_we;
@property (nonatomic,retain) NSString *selectedScheme;
@property (nonatomic,retain) NSString *selectedWeapon;
-@property (nonatomic,retain) UISwitch *syncSwitch;
-(void) fillSections;
-(void) emptySections;