Removing public properties that aren't used anymore.

This commit is contained in:
mark_story 2011-01-05 00:03:07 -05:00
parent 0c7f9149ca
commit e11917ae94
2 changed files with 1 additions and 17 deletions

View file

@ -258,22 +258,6 @@ class AuthComponent extends Component {
*/
public $request;
/**
* Form data from Controller::$data
*
* @deprecated Use $this->request->data instead
* @var array
*/
public $data = array();
/**
* Parameter data from Controller::$params
*
* @deprecated Use $this->request instead
* @var array
*/
public $params = array();
/**
* Method list for bound controller
*