Bug 65383: Clean up milestone prefs - currmilestone and nummilestones are obsolete

Patch by Vlad Dascalu <jocuri@softhome.net>
r= kiko, a= justdave
This commit is contained in:
justdave%syndicomm.com 2003-09-02 01:43:37 +00:00
parent d0de70fbaa
commit 16231b78d8

View File

@ -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 ' .