aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index bb40dbc26..df12b823b 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -197,10 +197,6 @@ class User < ActiveRecord::Base
(locale || I18n.locale).to_s
end
- def visible_comments
- comments.find(:all, :conditions => 'visible')
- end
-
# Don't display any leading/trailing spaces
# TODO: we have strip_attributes! now, so perhaps this can be removed (might
# be still needed for existing cases)