From f507d9fcc37306d7c7904f5fb97f1d995ec0d53e Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 18 Apr 2013 02:14:56 +0200 Subject: Removed PluginHost::get_link() call which wasn't used anyways --- init.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'init.php') 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); -- cgit v1.3.1