rm unused code
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 26 Oct 2010 11:55:47 +0000 (11:55 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 26 Oct 2010 11:55:47 +0000 (11:55 +0000)
includes/installer/WebInstaller.php

index 861ea1d..c9ef7cb 100644 (file)
@@ -373,17 +373,6 @@ class WebInstaller extends CoreInstaller {
                return $url;
        }
 
-       /**
-        * Get a WebInstallerPage from the main sequence, by ID.
-        *
-        * @param $id Integer
-        *
-        * @return WebInstallerPage
-        */
-       public function getPageById( $id ) {
-               return $this->getPageByName( $this->pageSequence[$id] );
-       }
-
        /**
         * Get a WebInstallerPage by name.
         *