From: intrigeri Date: Sun, 2 Nov 2008 17:51:00 +0000 (+0100) Subject: po plugin: removed last (?) bit of deprecated custom hook X-Git-Tag: 3.15~408^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=439ba4490acbeafe6206d8723901e16ddcfc611a;p=ikiwiki.git po plugin: removed last (?) bit of deprecated custom hook Signed-off-by: intrigeri --- diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 127d6d47f..4608f59c7 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -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 => "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);