浏览代码

Remove wrong line

euromark 12 年之前
父节点
当前提交
3256d0077c
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Lib/Utility/TextAnalysisLib.php

+ 0 - 4
Lib/Utility/TextAnalysisLib.php

@@ -7,10 +7,6 @@ App::uses('TextLib', 'Tools.Utility');
  */
 class TextAnalysisLib extends TextLib {
 
-	protected $text, $length, $char, $letter, $space, $word, $rWord, $sen, $rSen, $para,
-
-		$rPara, $beautified;
-
 	public function __construct($text = null) {
 		$this->text = $text;
 	}