From c7723263fc76845ab6bef89d916c175e85285b65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 8 Aug 2010 14:01:15 +0000 Subject: [PATCH] Removed $wgUseZhdaemon, $wgZhdaemonHost and $wgZhdaemonPort. Apparently unused since r6878 at 2004-12-29. --- includes/DefaultSettings.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1df64f10d2..86ef2b99e8 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1943,15 +1943,6 @@ $wgVariantArticlePath = false; */ $wgLoginLanguageSelector = false; -/** - * Whether to use zhdaemon to perform Chinese text processing - * zhdaemon is under developement, so normally you don't want to - * use it unless for testing. - */ -$wgUseZhdaemon = false; -$wgZhdaemonHost="localhost"; -$wgZhdaemonPort=2004; - /** * When translating messages with wfMsg(), it is not always clear what should * be considered UI messages and what should be content messages. -- 2.20.1