]> git.etc.gen.nz Git - picture-display.git/commitdiff
Remove the init call from here, it was causing init to be run twice.
authorAndrew Ruthven <puck@catalyst.net.nz>
Tue, 23 Sep 2008 02:16:52 +0000 (14:16 +1200)
committerAndrew Ruthven <puck@dirk.wgtn.cat-it.co.nz>
Tue, 23 Sep 2008 02:16:52 +0000 (14:16 +1200)
lib/Display/Plugin.pm

index bd31c06225f0aa9409d457a0bda469c0ccb45f64..8b92aaa735ce6e35ef12892fa44cf599ae8bd374 100644 (file)
@@ -15,7 +15,6 @@ sub new {
   };
 
   bless ($self, $class);
-  $self->init();
   return $self;
 }