]> 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:49:48 +0000 (22:49 -0300)
committerTiago Mello <timello@gmail.com>
Mon, 13 Jun 2011 01:49:48 +0000 (22:49 -0300)
r/a=mkanat

extensions/Example/Extension.pm

index fa9b8ae16529c506fae76ddd91e02511d4a10f35..ef20a28f07dd0b70204091fde0f11f5a8b51ff85 100644 (file)
@@ -248,13 +248,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) = @_;