summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rw-r--r--init.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.php b/init.php
index 8922a40..614d28e 100644
--- a/init.php
+++ b/init.php
@@ -2,7 +2,6 @@
class Af_Feedmod extends Plugin implements IHandler
{
- private $link;
private $host;
function about()
@@ -17,7 +16,6 @@ class Af_Feedmod extends Plugin implements IHandler
function init($host)
{
- $this->link = $host->get_link();
$this->host = $host;
$host->add_hook($host::HOOK_PREFS_TABS, $this);