summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:05:14 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:05:14 +0300
commit3cf935ad42f539245cbe3ff54f43dad50b5c54b8 (patch)
tree7c9437eb59c5023ee295f36938389fe5efc9e568
parent4b92138d6b4072bcd80c00a02312a06add205280 (diff)
phpstan 1.0 cleanup
-rw-r--r--init.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.php b/init.php
index 63db6e1..70e8aa8 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Hotkeys_Ru extends Plugin {
- private $host;
function about() {
return array(1.0,
@@ -9,8 +8,6 @@ class Hotkeys_Ru extends Plugin {
}
function init($host) {
- $this->host = $host;
-
$host->add_hook($host::HOOK_HOTKEY_MAP, $this);
}