]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/googlereaderkeys/init.php
remove $link
[tt-rss.git] / plugins / googlereaderkeys / init.php
index afdc58ec7674b7a53d3e501e7a05b550d2412851..27428a4884ecbf4ab25d62f6fc51baace7db6e80 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 class GoogleReaderKeys extends Plugin {
-
-       private $link;
        private $host;
 
        function about() {
@@ -11,7 +9,6 @@ class GoogleReaderKeys extends Plugin {
        }
 
        function init($host) {
-               $this->link = $host->get_link();
                $this->host = $host;
 
                $host->add_hook($host::HOOK_HOTKEY_MAP, $this);