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:
Toshi MARUYAMA 2011-11-23 16:38:27 +00:00
parent b8b2c1cce4
commit 1a576be384
1 changed files with 0 additions and 1 deletions

View File

@ -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)