summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-05-08 13:40:33 +0200
committergerv%gerv.net <>2002-05-08 13:40:33 +0200
commite9d127328584062a35806bdeecb3faba6527a5dd (patch)
tree0612f56623100dcc819b879bb11ef28983715679 /globals.pl
parent339ddd36d3f4c601d57a5e5ce201613e355a49c7 (diff)
downloadbugzilla-e9d127328584062a35806bdeecb3faba6527a5dd.tar.gz
bugzilla-e9d127328584062a35806bdeecb3faba6527a5dd.tar.xz
Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave.
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