diff --git a/lib/WebGUI/Asset/Story.pm b/lib/WebGUI/Asset/Story.pm index 64ca07e33..fc3e0d605 100644 --- a/lib/WebGUI/Asset/Story.pm +++ b/lib/WebGUI/Asset/Story.pm @@ -933,26 +933,6 @@ sub viewTemplateVariables { } -#------------------------------------------------------------------- - -=head2 www_edit ( ) - -Web facing method which is the default edit page. Unless the method needs -special handling or formatting, it does not need to be included in -the module. - -Overridden because the standard, autogenerated form is not used. - -=cut - -sub www_edit { - my $self = shift; - my $session = $self->session; - return $session->privilege->insufficient() unless $self->canEdit; - return $session->privilege->locked() unless $self->canEditIfLocked; - return $self->getArchive->processStyle($self->getEditForm); -} - #------------------------------------------------------------------- =head2 www_showConfirmation ( )