From 84a585d995266fb6aa7874d85b61ababafdcb3b5 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sun, 10 Aug 2014 03:29:06 +0200 Subject: [PATCH] Removed unimplemented "Profiles on Startup" --- src/supertux/menu/options_menu.cpp | 4 ---- 1 file changed, 4 deletions(-) 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")); -- 2.11.0