From 0a57310cc06b21beebf1f9a149b367432d051a17 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 29 Jul 2002 06:15:48 +0000 Subject: Bug 159593 - usedependencies parameter must die. Patch by gerv; r=bbaetz. --- defparams.pl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 4530a73c2..c0e1a9fa9 100644 --- a/defparams.pl +++ b/defparams.pl @@ -395,11 +395,6 @@ DefParam("usebrowserinfo", "b", 1); -DefParam("usedependencies", - "Do you wish to use dependencies (allowing you to mark which bugs depend on which other ones)?", - "b", - 1); - DefParam("usevotes", "Do you wish to allow users to vote for bugs? Note that in order for this to be effective, you will have to change the maximum votes allowed in a product to be non-zero in the product edit page.", "b", -- cgit v1.2.3-24-g4f1b