summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/pluginhost.php')
-rwxr-xr-xclasses/pluginhost.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index f40705dd1..7e3fb08ab 100755
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -10,7 +10,6 @@ class PluginHost {
private $api_methods = array();
private $plugin_actions = array();
private $owner_uid;
- private $debug;
private $last_registered;
private static $instance;
@@ -400,14 +399,6 @@ class PluginHost {
}
}
- function set_debug($debug) {
- $this->debug = $debug;
- }
-
- function get_debug() {
- return $this->debug;
- }
-
// Plugin feed functions are *EXPERIMENTAL*!
// cat_id: only -1 is supported (Special)