Removed unimplemented "Profiles on Startup"
authorIngo Ruhnke <grumbel@gmail.com>
Sun, 10 Aug 2014 01:29:06 +0000 (03:29 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Sun, 10 Aug 2014 01:29:06 +0000 (03:29 +0200)
src/supertux/menu/options_menu.cpp

index 538233e..58ebf40 100644 (file)
@@ -37,7 +37,6 @@ enum OptionsMenuIDs {
   MNID_FULLSCREEN_RESOLUTION,
   MNID_MAGNIFICATION,
   MNID_ASPECTRATIO,
-  MNID_PROFILES,
   MNID_SOUND,
   MNID_MUSIC
 };
@@ -58,9 +57,6 @@ OptionsMenu::OptionsMenu(bool complete)
       ->set_help(_("Select a profile to play with"));
   }
 
-  add_toggle(MNID_PROFILES, _("Profile on Startup"), g_config->sound_enabled)
-    ->set_help(_("Select your profile immediately after start-up"));
-
   add_toggle(MNID_FULLSCREEN,_("Fullscreen"), g_config->use_fullscreen)
     ->set_help(_("Fill the entire screen"));