pdf: lib: remove unused "include Redmine::I18n" from RDMPdfEncoding class
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7893 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b8b2c1cce4
commit
1a576be384
|
@ -509,7 +509,6 @@ module Redmine
|
|||
end
|
||||
|
||||
class RDMPdfEncoding
|
||||
include Redmine::I18n
|
||||
def self.rdm_from_utf8(txt, encoding)
|
||||
txt ||= ''
|
||||
txt = Redmine::CodesetUtil.from_utf8(txt, encoding)
|
||||
|
|
Loading…
Reference in New Issue