aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/editpage.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-05 20:42:56 -0400
committerJoey Hess <joey@kitenet.net>2010-05-05 20:42:56 -0400
commit11937595687df86aa93502d2e895f747a6262c4c (patch)
treecad5e78034bf3a521de035125731eedbf942a20b /IkiWiki/Plugin/editpage.pm
parent66c787658e4e040e15a3c836514e5e80c453cc09 (diff)
downloadikiwiki-11937595687df86aa93502d2e895f747a6262c4c.tar
ikiwiki-11937595687df86aa93502d2e895f747a6262c4c.tar.gz
remove unused indexlink function and template variable
Diffstat (limited to 'IkiWiki/Plugin/editpage.pm')
-rw-r--r--IkiWiki/Plugin/editpage.pm1
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,