Browse Source

Remove wrong line

euromark 12 years ago
parent
commit
3256d0077c
1 changed files with 0 additions and 4 deletions
  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 {
 class TextAnalysisLib extends TextLib {
 
 
-	protected $text, $length, $char, $letter, $space, $word, $rWord, $sen, $rSen, $para,
-
-		$rPara, $beautified;
-
 	public function __construct($text = null) {
 	public function __construct($text = null) {
 		$this->text = $text;
 		$this->text = $text;
 	}
 	}