Removed unused attribute.

This commit is contained in:
Juan Basso 2011-03-03 23:46:04 -03:00
parent e6befef1c3
commit 8645411c65

View file

@ -163,13 +163,6 @@ class CakeEmail {
*/
protected $_message = array();
/**
* as per RFC2822 Section 2.1.1
*
* @var integer
*/
public $lineLength = 70;
/**
* Available formats to be sent.
*