diff options
Diffstat (limited to 'Bugzilla/Config/BugChange.pm')
-rw-r--r-- | Bugzilla/Config/BugChange.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Config/BugChange.pm b/Bugzilla/Config/BugChange.pm index 00a234a30..0e518b689 100644 --- a/Bugzilla/Config/BugChange.pm +++ b/Bugzilla/Config/BugChange.pm @@ -87,12 +87,6 @@ sub get_param_list { }, { - name => 'commentonreassignbycomponent', - type => 'b', - default => 0 - }, - - { name => 'commentonduplicate', type => 'b', default => 0 |