diff options
author | thomascube <thomas@roundcube.net> | 2008-06-14 12:23:08 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-14 12:23:08 +0000 |
commit | 83a7636872d58f044d1fac444268dd2e7c7ebaee (patch) | |
tree | f22bb7491d67ee0f5f509b70625b48d963a7e9eb /program/include/rcube_json_output.php | |
parent | f0d4b72a4e1d4292fe99e04836274b52f30c5cf4 (diff) |
More code cleanup
Diffstat (limited to 'program/include/rcube_json_output.php')
-rw-r--r-- | program/include/rcube_json_output.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php index a633f8555..678b1948a 100644 --- a/program/include/rcube_json_output.php +++ b/program/include/rcube_json_output.php @@ -34,7 +34,6 @@ class rcube_json_output private $texts = array(); private $commands = array(); - public $task = ''; public $ajax_call = true; @@ -43,7 +42,6 @@ class rcube_json_output */ public function __construct($task) { - $this->task = $task; $this->config = rcmail::get_instance()->config; } |