summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-23 16:38:27 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-23 16:38:27 +0000
commit1a576be384b3f518fded3f40f69b81e54f755067 (patch)
treea1303e5660cd461dc0d6ebc432e6d9fea2344116 /lib
parentb8b2c1cce4dfa638145c72af1e47bb675935ef65 (diff)
downloadredmine-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.rb1
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)