Remove dead method with the same name as a property.
This commit is contained in:
parent
ecd31580cf
commit
b5e03dd90f
1 changed files with 0 additions and 13 deletions
|
|
@ -329,19 +329,6 @@ sub indexContent {
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 isProtected
|
|
||||||
|
|
||||||
Returns a boolean indicating whether or not this WikiPage is protected.
|
|
||||||
|
|
||||||
=cut
|
|
||||||
|
|
||||||
sub isProtected {
|
|
||||||
my $self = shift;
|
|
||||||
return $self->isProtected;
|
|
||||||
}
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
|
||||||
|
|
||||||
=head2 preparePageTemplate
|
=head2 preparePageTemplate
|
||||||
|
|
||||||
This is essentially prepareView, but is smart and will only do the template
|
This is essentially prepareView, but is smart and will only do the template
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue