Commit a1fa8d5f authored by Tiago Mello's avatar Tiago Mello

Bug 622437: Remove 'colchange_columns' hook from the Example extension

r/a=LpSolit
parent 03a6339f
......@@ -243,13 +243,6 @@ sub bugmail_relationships {
$relationships->{+REL_EXAMPLE} = 'Example';
}
sub colchange_columns {
my ($self, $args) = @_;
my $columns = $args->{'columns'};
push (@$columns, "example")
}
sub config {
my ($self, $args) = @_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment