diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 2285f89b0..bfb8d190d 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -113,8 +113,6 @@ use Memoize; GLOBAL_EVENTS EVT_FLAG_REQUESTED EVT_REQUESTED_FLAG - FULLTEXT_BUGLIST_LIMIT - ADMIN_GROUP_NAME PER_PRODUCT_PRIVILEGES @@ -369,10 +367,6 @@ use constant EVT_REQUESTED_FLAG => 101; # I have requested a flag use constant GLOBAL_EVENTS => EVT_FLAG_REQUESTED, EVT_REQUESTED_FLAG; -# Number of bugs to return in a buglist when performing -# a fulltext search. -use constant FULLTEXT_BUGLIST_LIMIT => 200; - # Default administration group name. use constant ADMIN_GROUP_NAME => 'admin'; |