summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/globals.pl b/globals.pl
index d04133d10..0f0e96a69 100644
--- a/globals.pl
+++ b/globals.pl
@@ -1424,13 +1424,6 @@ sub Param ($) {
return $::param{$value};
}
- # See if it is a dynamically-determined param (can't be changed by user).
- if ($value eq "commandmenu") {
- return GetCommandMenu();
- }
- if ($value eq "settingsmenu") {
- return GetSettingsMenu();
- }
# Um, maybe we haven't sourced in the params at all yet.
if (stat("data/params")) {
# Write down and restore the version # here. That way, we get around