projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ef1e2d
)
remove dead code
author
Joey Hess
<joey@kitenet.net>
Mon, 30 Aug 2010 21:38:00 +0000
(17:38 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 30 Aug 2010 21:38:00 +0000
(17:38 -0400)
IkiWiki/Plugin/httpauth.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/httpauth.pm
b/IkiWiki/Plugin/httpauth.pm
index 478f6744656f5bdbd4baa00f79cadb9a74ebd255..868862f4fa56cb1053babc756f2608409608ca4d 100644
(file)
--- a/
IkiWiki/Plugin/httpauth.pm
+++ b/
IkiWiki/Plugin/httpauth.pm
@@
-78,13
+78,6
@@
sub formbuilder_setup (@) {
}
}
-sub test_httpauth_pagespec ($) {
- my $page=shift;
-
- return (
- );
-}
-
sub canedit ($$$) {
my $page=shift;
my $cgi=shift;