Removed redundant method

pull/13/head
Aleksander Machniak 12 years ago
parent 900e6226ac
commit 8a6fde02de

@ -36,18 +36,6 @@ class rcube_output_json extends rcube_output
public $ajax_call = true;
/**
* Set environment variable
*
* @param string $name Property name
* @param mixed $value Property value
*/
public function set_env($name, $value)
{
$this->env[$name] = $value;
}
/**
* Issue command to set page title
*

Loading…
Cancel
Save