diff options
Diffstat (limited to 'app/models/issue.rb')
-rw-r--r-- | app/models/issue.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb index a550779cd..b9e046102 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -314,13 +314,6 @@ class Issue < ActiveRecord::Base notified.collect(&:mail) end - # Returns the mail adresses of watchers that should be notified - def watcher_recipients - notified = watcher_users - notified.reject! {|user| !user.active? || !visible?(user)} - notified.collect(&:mail) - end - # Returns the total number of hours spent on this issue. # # Example: |