From b9c015762e575fedca6b81e294e3ca6a6447dbde Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 22 Sep 2008 09:34:31 +1200 Subject: [PATCH] Remove redundant return. --- lib/Display/Plugins/FSpot.pm | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.30.2