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)