remove cruft
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 5 Aug 2007 21:12:35 +0000 (21:12 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 5 Aug 2007 21:12:35 +0000 (21:12 +0000)
IkiWiki/CGI.pm

index 9fc65e34a0930fa9c9b6d704a695e87ecb63950c..2150ea95bc8a24a1a0f4de8c247402b624f399aa 100644 (file)
@@ -655,9 +655,6 @@ sub cgi (;$$) { #{{{
                cgi_recentchanges($q);
                return;
        }
-       elsif ($do eq 'hyperestraier') {
-               cgi_hyperestraier();
-       }
 
        # Need to lock the wiki before getting a session.
        lockwiki();