projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed097b9
)
Removed unimplemented "Profiles on Startup"
author
Ingo Ruhnke
<grumbel@gmail.com>
Sun, 10 Aug 2014 01:29:06 +0000
(
03:29
+0200)
committer
Ingo Ruhnke
<grumbel@gmail.com>
Sun, 10 Aug 2014 01:29:06 +0000
(
03:29
+0200)
src/supertux/menu/options_menu.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/menu/options_menu.cpp
b/src/supertux/menu/options_menu.cpp
index
538233e
..
58ebf40
100644
(file)
--- 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"));