From 4fcf4f3c9a3b72b0f45adef6a720c3f16678edd7 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Tue, 2 Sep 2003 08:43:37 +0000 Subject: Bug 65383: Clean up milestone prefs - currmilestone and nummilestones are obsolete Patch by Vlad Dascalu r= kiko, a= justdave --- defparams.pl | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index fa169e4a5..0727364e6 100644 --- a/defparams.pl +++ b/defparams.pl @@ -639,24 +639,6 @@ You will get this message once a day until you\'ve dealt with these bugs! default => 0 }, - { - name => 'nummilestones', - desc => 'If using Target Milestone, how many milestones do you wish to - appear?', - type => 't', - default => 10, - checker => \&check_numeric - }, - - { - name => 'curmilestone', - desc => 'If using Target Milestone, Which milestone are we working ' . - 'toward right now?', - type => 't', - default => 1, - checker => \&check_numeric - }, - { name => 'musthavemilestoneonaccept', desc => 'If you are using Target Milestone, do you want to require that ' . -- cgit v1.2.3-24-g4f1b