diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-23 16:38:27 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-23 16:38:27 +0000 |
commit | 1a576be384b3f518fded3f40f69b81e54f755067 (patch) | |
tree | a1303e5660cd461dc0d6ebc432e6d9fea2344116 /lib | |
parent | b8b2c1cce4dfa638145c72af1e47bb675935ef65 (diff) | |
download | redmine-1a576be384b3f518fded3f40f69b81e54f755067.tar.gz redmine-1a576be384b3f518fded3f40f69b81e54f755067.zip |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/export/pdf.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/redmine/export/pdf.rb b/lib/redmine/export/pdf.rb index efd728524..b5b4a4386 100644 --- a/lib/redmine/export/pdf.rb +++ b/lib/redmine/export/pdf.rb @@ -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) |