project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h
changeset 3660 bc125bea5849
parent 3547 02875b1145b7
child 3662 a44406f4369b
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h	Tue Jul 20 03:14:43 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h	Tue Jul 20 05:37:58 2010 +0200
@@ -15,7 +15,6 @@
     UISwitch *musicSwitch;
     UISwitch *soundSwitch;
     UISwitch *altDamageSwitch;
-    BOOL isWriteNeeded;
 }
 
 @property (nonatomic, retain) NSMutableDictionary *settingsDictionary;
@@ -24,8 +23,4 @@
 @property (nonatomic, retain) UISwitch *soundSwitch;
 @property (nonatomic, retain) UISwitch *altDamageSwitch;
 
-#define kNetworkFields 0
-#define kAudioFields 1
-#define kOtherFields 2
-
 @end