mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-05 07:01:30 +00:00
Remove unused method ApplicationHelper#generate_csv (#31046).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17989 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
30e341db69
commit
bf67729a28
@ -1567,11 +1567,6 @@ module ApplicationHelper
|
||||
end
|
||||
end
|
||||
|
||||
def generate_csv(&block)
|
||||
decimal_separator = l(:general_csv_decimal_separator)
|
||||
encoding = l(:general_csv_encoding)
|
||||
end
|
||||
|
||||
def export_csv_encoding_select_tag
|
||||
return if l(:general_csv_encoding).casecmp('UTF-8') == 0
|
||||
options = [l(:general_csv_encoding), 'UTF-8']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user