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.pm | |
parent | 66c787658e4e040e15a3c836514e5e80c453cc09 (diff) | |
download | ikiwiki-11937595687df86aa93502d2e895f747a6262c4c.tar ikiwiki-11937595687df86aa93502d2e895f747a6262c4c.tar.gz |
remove unused indexlink function and template variable
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r-- | IkiWiki.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 72f416489..0da2c93c8 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -1401,10 +1401,6 @@ sub filter ($$$) { return $content; } -sub indexlink () { - return "<a href=\"$config{url}\">$config{wikiname}</a>"; -} - sub check_canedit ($$$;$) { my $page=shift; my $q=shift; |