From b5e03dd90fec4d6d4e1c6306e647208e27adfbf1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 5 Mar 2010 14:42:08 -0800 Subject: [PATCH] Remove dead method with the same name as a property. --- lib/WebGUI/Asset/WikiPage.pm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/WebGUI/Asset/WikiPage.pm b/lib/WebGUI/Asset/WikiPage.pm index 7a36b3417..fdcf9b91e 100644 --- a/lib/WebGUI/Asset/WikiPage.pm +++ b/lib/WebGUI/Asset/WikiPage.pm @@ -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 This is essentially prepareView, but is smart and will only do the template