Browse Source

tech: remove unused code

bergquist 9 years ago
parent
commit
d9131be0a5
1 changed files with 0 additions and 4 deletions
  1. 0 4
      pkg/services/alerting/notifier.go

+ 0 - 4
pkg/services/alerting/notifier.go

@@ -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
 }