diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-05 20:42:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-05 20:42:56 -0400 |
commit | 11937595687df86aa93502d2e895f747a6262c4c (patch) | |
tree | cad5e78034bf3a521de035125731eedbf942a20b /IkiWiki | |
parent | 66c787658e4e040e15a3c836514e5e80c453cc09 (diff) | |
download | ikiwiki-11937595687df86aa93502d2e895f747a6262c4c.tar ikiwiki-11937595687df86aa93502d2e895f747a6262c4c.tar.gz |
remove unused indexlink function and template variable
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/editpage.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/editpage.pm b/IkiWiki/Plugin/editpage.pm index 7bb6eb07c..670eedfd9 100644 --- a/IkiWiki/Plugin/editpage.pm +++ b/IkiWiki/Plugin/editpage.pm @@ -148,7 +148,6 @@ sub cgi_editpage ($$) { $form->field(name => "editcontent", type => "textarea", rows => 20, cols => 80); $form->tmpl_param("can_commit", $config{rcs}); - $form->tmpl_param("indexlink", indexlink()); $form->tmpl_param("helponformattinglink", htmllink($page, $page, "ikiwiki/formatting", noimageinline => 1, |