]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 663696: Remove 'config' hook example from the Example extension
authorTiago Mello <timello@gmail.com>
Mon, 13 Jun 2011 01:52:23 +0000 (22:52 -0300)
committerTiago Mello <timello@gmail.com>
Mon, 13 Jun 2011 01:52:23 +0000 (22:52 -0300)
r/a=mkanat

extensions/Example/Extension.pm

index 81cebf4fab24ddfbba45ad964e168023aaae8add..4498d2b2225a57c88bcdba47255fcef409379784 100644 (file)
@@ -245,13 +245,6 @@ sub bugmail_relationships {
     $relationships->{+REL_EXAMPLE} = 'Example';
 }
 
-sub config {
-    my ($self, $args) = @_;
-
-    my $config = $args->{config};
-    $config->{Example} = "Bugzilla::Extension::Example::Config";
-}
-
 sub config_add_panels {
     my ($self, $args) = @_;