Skip to content

Commit

Permalink
Removed more unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Apr 17, 2011
1 parent 35c77b5 commit 1ee8ad6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/Cake/Controller/Component/EmailComponent.php
Expand Up @@ -239,15 +239,6 @@ class EmailComponent extends Component {
*/
public $smtpOptions = array();

/**
* Placeholder for any errors that might happen with the
* smtp mail methods
*
* @var string
* @access public
*/
public $smtpError = null;

/**
* Contains the rendered plain text message if one was sent.
*
Expand Down Expand Up @@ -376,14 +367,10 @@ public function reset() {
$this->subject = null;
$this->additionalParams = null;
$this->date = null;
$this->smtpError = null;
$this->attachments = array();
$this->htmlMessage = null;
$this->textMessage = null;
$this->messageId = true;
$this->_header = array();
$this->_boundary = null;
$this->_message = array();
}

/**
Expand Down

0 comments on commit 1ee8ad6

Please sign in to comment.