summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/L10n.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/Config/L10n.pm b/Bugzilla/Config/L10n.pm
index 957dce786..5a18e9d58 100644
--- a/Bugzilla/Config/L10n.pm
+++ b/Bugzilla/Config/L10n.pm
@@ -49,13 +49,6 @@ sub get_param_list {
type => 't' ,
default => 'en' ,
checker => \&check_languages
- },
-
- {
- name => 'defaultlanguage',
- type => 't' ,
- default => 'en' ,
- checker => \&check_languages
} );
return @param_list;
}