From 953df3563fbfa7abb61197489e1150cfeee43bec Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 12 Mar 2010 08:06:26 -0800 Subject: [PATCH] Remove duplicate accessor method. --- lib/WebGUI/Asset/Wobject/GalleryAlbum.pm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm index 3e57e3910..fb5f0f47d 100644 --- a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm +++ b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm @@ -635,19 +635,6 @@ sub getThumbnailUrl { #---------------------------------------------------------------------------- -=head2 othersCanAdd ( ) - -Returns true if people other than the owner can add files to this album. - -=cut - -sub othersCanAdd { - my $self = shift; - return $self->othersCanAdd; -} - -#---------------------------------------------------------------------------- - =head2 prepareView ( ) See WebGUI::Asset::prepareView() for details.