remove cruft

wtf does it do? absolutely nothing
master
Joey Hess 2008-12-19 14:09:39 -05:00
parent 79a787a466
commit 4bdeec4961
2 changed files with 0 additions and 3 deletions

View File

@ -282,8 +282,6 @@ sub sessioncgi ($$) {
header => 0, header => 0,
table => 0, table => 0,
template => scalar IkiWiki::template_params('editcomment.tmpl'), template => scalar IkiWiki::template_params('editcomment.tmpl'),
# wtf does this do in editpage?
wikiname => $config{wikiname},
); );
IkiWiki::decode_form_utf8($form); IkiWiki::decode_form_utf8($form);

View File

@ -105,7 +105,6 @@ sub cgi_editpage ($$) {
header => 0, header => 0,
table => 0, table => 0,
template => scalar template_params("editpage.tmpl"), template => scalar template_params("editpage.tmpl"),
wikiname => $config{wikiname},
); );
decode_form_utf8($form); decode_form_utf8($form);