diff options
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Query.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm index fbfdb4c22..6479db8ce 100644 --- a/Bugzilla/Config/Query.pm +++ b/Bugzilla/Config/Query.pm @@ -68,13 +68,6 @@ sub get_param_list { }, { - name => 'quicksearch_comment_cutoff', - type => 't', - default => '4', - checker => \&check_numeric - }, - - { name => 'specific_search_allow_empty_words', type => 'b', default => 1 |