project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m
changeset 6276 1e2f8da1860a
parent 6210 923c8414e3af
child 6420 86a2fe62f338
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Thu Nov 03 23:16:26 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Fri Nov 04 00:38:37 2011 +0100
@@ -239,9 +239,6 @@
                     cell.detailTextLabel.text = NSLocalizedString(@"Select which style of ammo menu you prefer",@"");
                     switchContent.on = [[settings objectForKey:@"classic_menu"] boolValue];
                     switchContent.tag = 60;
-                    // remove this when classic ammomenu works on iphone as well
-                    if (IS_IPAD() == NO)
-                        switchContent.enabled = NO;
                     break;
                 default:
                     DLog(@"Nope");