]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
killed rewrite_path()
[maypole.git] / lib / Maypole.pm
index 7ab6cb31f6d058146f4fc5ba518f8652aec98625..597ab7c5a66f679696e62a84279c49f9501957fe 100644 (file)
@@ -173,8 +173,6 @@ sub authenticate { return OK }
 
 sub exception { return ERROR }
 
-sub rewrite_path { }
-
 sub parse_path {
     my $self = shift;
     $self->{path} ||= "frontpage";