From: Ingo Ruhnke Date: Sun, 10 Aug 2014 01:29:06 +0000 (+0200) Subject: Removed unimplemented "Profiles on Startup" X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=84a585d995266fb6aa7874d85b61ababafdcb3b5;p=supertux.git Removed unimplemented "Profiles on Startup" --- diff --git a/src/supertux/menu/options_menu.cpp b/src/supertux/menu/options_menu.cpp index 538233e4d..58ebf40ff 100644 --- a/src/supertux/menu/options_menu.cpp +++ b/src/supertux/menu/options_menu.cpp @@ -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"));