summaryrefslogtreecommitdiff
path: root/program/include/rcube_output_json.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-06-19 11:00:10 +0200
committerAleksander Machniak <alec@alec.pl>2012-06-19 11:00:10 +0200
commit8a6fde02de3ba6742290eb303d7e3691d27e5d8b (patch)
treef9a60d36cac8aab909c6e0e65ff353694b2033b4 /program/include/rcube_output_json.php
parent900e6226ac29594327e168cc0922fe796c8146d1 (diff)
Removed redundant method
Diffstat (limited to 'program/include/rcube_output_json.php')
-rw-r--r--program/include/rcube_output_json.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/program/include/rcube_output_json.php b/program/include/rcube_output_json.php
index 7b5510dfe..eb1a9380d 100644
--- a/program/include/rcube_output_json.php
+++ b/program/include/rcube_output_json.php
@@ -37,18 +37,6 @@ class rcube_output_json extends rcube_output
/**
- * 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
*
* @param string $title New page title