summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.php b/init.php
index 11b84d6..8532046 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Favicon_Unread extends Plugin {
- private $host;
function about() {
return array(1.0,
@@ -9,7 +8,6 @@ class Favicon_Unread extends Plugin {
}
function init($host) {
- $this->host = $host;
}
function get_js() {