From: Niklas Laxström Date: Sun, 8 Aug 2010 14:01:15 +0000 (+0000) Subject: Removed $wgUseZhdaemon, $wgZhdaemonHost and $wgZhdaemonPort. Apparently unused since... X-Git-Tag: 1.31.0-rc.0~35613 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=c7723263fc76845ab6bef89d916c175e85285b65;p=lhc%2Fweb%2Fwiklou.git Removed $wgUseZhdaemon, $wgZhdaemonHost and $wgZhdaemonPort. Apparently unused since r6878 at 2004-12-29. --- 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.