From: Chad Horohoe Date: Tue, 26 Oct 2010 11:55:47 +0000 (+0000) Subject: rm unused code X-Git-Tag: 1.31.0-rc.0~34309 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=3c7bb8edd83781317940e8cc207b66fe81c701a9;p=lhc%2Fweb%2Fwiklou.git rm unused code --- 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. *