]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/mobile/init.php
remove $link
[tt-rss.git] / plugins / mobile / init.php
index 0ebbcced12559e32efbd28191abe1c33c0727961..ad2d1cdd95c70ce8b37fd5bbd7b482887fca75bb 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 class Mobile extends Plugin implements IHandler {
-
-       private $link;
        private $host;
 
        function about() {
@@ -12,7 +10,6 @@ class Mobile extends Plugin implements IHandler {
        }
 
        function init($host) {
-               $this->link = $host->get_link();
                $this->host = $host;
 
                $host->add_handler("mobile", "index", $this);