Remove SPECIAL_STATUS_WORKFLOW_ACTIONS

hinted-selects
Vitaliy Filippov 2014-08-25 21:06:59 +04:00
parent acce54c0e1
commit a5ce0f5c92
1 changed files with 1 additions and 4 deletions

View File

@ -22,10 +22,7 @@ package Bugzilla::Status;
use Bugzilla::Error;
use base qw(Bugzilla::Field::Choice Exporter);
@Bugzilla::Status::EXPORT = qw(
SPECIAL_STATUS_WORKFLOW_ACTIONS
);
use base qw(Bugzilla::Field::Choice);
################################
##### Initialization #####