tech: remove unused code

This commit is contained in:
bergquist 2017-01-02 11:48:52 +01:00
parent 2be5ee0bd5
commit d9131be0a5

View File

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