diff --git a/lib/WebGUI/Asset/WikiPage.pm b/lib/WebGUI/Asset/WikiPage.pm index e125c4bc6..1db8ed0b2 100644 --- a/lib/WebGUI/Asset/WikiPage.pm +++ b/lib/WebGUI/Asset/WikiPage.pm @@ -363,24 +363,6 @@ sub isProtected { #------------------------------------------------------------------- -=head2 isKeywordPage - -Returns a boolean indicating whether or not the name of this WikiPage matches any keyword in the Wiki that -contains it. - -=cut - -sub isKeywordPage { - my $self = shift; - my $keywords = WebGUI::Keyword->new($self->session)->getMatchingAssets({ - asset => $self->getWiki, - keyword => $self->get('title'), - }); - return scalar @{ $keywords }; -} - -#------------------------------------------------------------------- - =head2 preparePageTemplate This is essentially prepareView, but is smart and will only do the template