Skip to content

Commit

Permalink
Removed unimplemented "Profiles on Startup"
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Aug 10, 2014
1 parent ed097b9 commit 84a585d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/supertux/menu/options_menu.cpp
Expand Up @@ -37,7 +37,6 @@ enum OptionsMenuIDs {
MNID_FULLSCREEN_RESOLUTION,
MNID_MAGNIFICATION,
MNID_ASPECTRATIO,
MNID_PROFILES,
MNID_SOUND,
MNID_MUSIC
};
Expand All @@ -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"));

Expand Down

0 comments on commit 84a585d

Please sign in to comment.