summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Birth <markus@birth-online.de>2013-04-18 02:14:56 +0200
committerMarkus Birth <markus@birth-online.de>2013-04-18 02:14:56 +0200
commitf507d9fcc37306d7c7904f5fb97f1d995ec0d53e (patch)
treec47e71573e4c9a3850a2c369bfb904ce0a0d2ce6
parent65df130d9a2f84e988ad9031f10fc933ecf9e79e (diff)
downloadyafpp-f507d9fcc37306d7c7904f5fb97f1d995ec0d53e.tar.gz
yafpp-f507d9fcc37306d7c7904f5fb97f1d995ec0d53e.zip
Removed PluginHost::get_link() call which wasn't used anyways
-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);