plugin: remove .focus()

This commit is contained in:
Renée Kooi 2017-09-08 14:49:50 +02:00
parent eae8512531
commit 92cf9ab8f9
No known key found for this signature in database
GPG key ID: 30516CF2A8E63718
2 changed files with 0 additions and 5 deletions

View file

@ -109,7 +109,6 @@ module.exports = class DashboardUI extends Plugin {
name: callerPluginName,
icon: callerPluginIcon,
type: callerPluginType,
focus: plugin.focus,
render: plugin.render,
isHidden: true
}

View file

@ -102,10 +102,6 @@ module.exports = class Plugin {
}
}
focus () {
return
}
install () {
return
}