Revert "tech: remove unused code"

This reverts commit d9131be0a5.
This commit is contained in:
bergquist 2017-01-02 13:22:37 +01:00
parent d9131be0a5
commit 2e7d222f6e

View File

@ -31,6 +31,10 @@ func (n *RootNotifier) NeedsImage() bool {
return false
}
func (n *RootNotifier) PassesFilter(rule *Rule) bool {
return false
}
func (n *RootNotifier) GetNotifierId() int64 {
return 0
}