]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/af_gocomics/init.php
remove $link
[tt-rss.git] / plugins / af_gocomics / init.php
index 466ec9687a34f525ffa8fa8081dad2df54b8351b..39dd0c8520cfe011f24fdeb909cc48dedf39e504 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 class Af_GoComics extends Plugin {
-
-       private $link;
        private $host;
 
        function about() {
@@ -11,7 +9,6 @@ class Af_GoComics extends Plugin {
        }
 
        function init($host) {
-               $this->link = $host->get_link();
                $this->host = $host;
 
                $host->add_hook($host::HOOK_ARTICLE_FILTER, $this);