Remove duplicate accessor method.

This commit is contained in:
Colin Kuskie 2010-03-12 08:06:26 -08:00
parent 570eea7d91
commit 953df3563f

View file

@ -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.