From: Andrew Ruthven Date: Sun, 21 Sep 2008 21:34:31 +0000 (+1200) Subject: Remove redundant return. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c015762e575fedca6b81e294e3ca6a6447dbde;p=picture-display.git Remove redundant return. --- diff --git a/lib/Display/Plugins/FSpot.pm b/lib/Display/Plugins/FSpot.pm index 86ebcc6..f77b0e0 100644 --- a/lib/Display/Plugins/FSpot.pm +++ b/lib/Display/Plugins/FSpot.pm @@ -48,7 +48,6 @@ sub display_photo { $self->{'last_file'} = $file; $self->{'kernel'}->delay(fspot_display, 30); - return 1; } sub fade_in {