summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.php b/init.php
index ce92234..18807a4 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class GoogleReaderKeys extends Plugin {
- private $host;
function about() {
return array(1.0,
@@ -9,8 +8,6 @@ class GoogleReaderKeys extends Plugin {
}
function init($host) {
- $this->host = $host;
-
$host->add_hook($host::HOOK_HOTKEY_MAP, $this);
}