project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h
changeset 5451 e359a79e3d08
parent 4976 088d40d8aba2
child 5455 df05cdb998ed
--- 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;