From 3c7bb8edd83781317940e8cc207b66fe81c701a9 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 26 Oct 2010 11:55:47 +0000 Subject: [PATCH] rm unused code --- includes/installer/WebInstaller.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/includes/installer/WebInstaller.php b/includes/installer/WebInstaller.php index 861ea1d13b..c9ef7cbb52 100644 --- a/includes/installer/WebInstaller.php +++ b/includes/installer/WebInstaller.php @@ -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. * -- 2.20.1