]> sipb.mit.edu Git - ikiwiki.git/commitdiff
po plugin: removed last (?) bit of deprecated custom hook
authorintrigeri <intrigeri@boum.org>
Sun, 2 Nov 2008 17:51:00 +0000 (18:51 +0100)
committerintrigeri <intrigeri@boum.org>
Sun, 2 Nov 2008 17:51:00 +0000 (18:51 +0100)
Signed-off-by: intrigeri <intrigeri@boum.org>
IkiWiki/Plugin/po.pm

index 127d6d47f3496d2aa5c19c126cbb66ed5ec4793b..4608f59c7d2ffb8b1124e5f1e01133f5daf1be55 100644 (file)
@@ -35,7 +35,6 @@ sub import {
        hook(type => "getsetup", id => "po", call => \&getsetup);
        hook(type => "checkconfig", id => "po", call => \&checkconfig);
        hook(type => "needsbuild", id => "po", call => \&needsbuild);
        hook(type => "getsetup", id => "po", call => \&getsetup);
        hook(type => "checkconfig", id => "po", call => \&checkconfig);
        hook(type => "needsbuild", id => "po", call => \&needsbuild);
-       hook(type => "tweakurlpath", id => "po", call => \&tweakurlpath);
        hook(type => "filter", id => "po", call => \&filter);
        hook(type => "htmlize", id => "po", call => \&htmlize);
        hook(type => "pagetemplate", id => "po", call => \&pagetemplate);
        hook(type => "filter", id => "po", call => \&filter);
        hook(type => "htmlize", id => "po", call => \&htmlize);
        hook(type => "pagetemplate", id => "po", call => \&pagetemplate);