remove completely unused method #yay

This commit is contained in:
Maxwell Salzberg 2011-07-03 18:04:00 -07:00
parent b8ff203af8
commit 73172f9c22

View file

@ -3,11 +3,4 @@
# the COPYRIGHT file.
module StatusMessagesHelper
def my_latest_message
unless @latest_status_message.nil?
return @latest_status_message.text
else
return I18n.t('status_messages.helper.no_message_to_display')
end
end
end