From 2b541b714cfc51ef0949c8d723f50cc9f22d96cc Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 8 Nov 2010 16:25:57 +0000 Subject: [PATCH] Followup r75832: rm unused inline CSS and unused show/hide message --- includes/installer/Installer.i18n.php | 2 -- includes/installer/WebInstallerOutput.php | 6 ------ 2 files changed, 8 deletions(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 740fdb0c58..89165ac795 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -31,8 +31,6 @@ Restart the installation process.', 'config-no-session' => 'Your session data was lost! Check your php.ini and make sure session.save_path is set to an appropriate directory.', 'config-session-path-bad' => 'Your session.save_path ($1) seems to be invalid or unwritable.', - 'config-show-help' => 'Help', - 'config-hide-help' => 'Hide help', 'config-your-language' => 'Your language:', 'config-your-language-help' => 'Select a language to use during the installation process.', 'config-wiki-language' => 'Wiki language:', diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index a05736f44d..1f429b89e5 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -183,12 +183,6 @@ class WebInstallerOutput { $this->getDir() ) ) . "\n"; ?> -
-- 2.20.1