--- 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