From c725422fca369b422a9a0e529dd83838d3673946 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: References: From: Alexey I. Froloff Date: Sat, 17 Oct 2009 22:19:42 +0400 Subject: [PATCH 05/11] Do not require non-existant modules. Signed-off-by: Alexey I. Froloff --- lib/redmine/export/pdf.rb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/lib/redmine/export/pdf.rb b/lib/redmine/export/pdf.rb index 5242cb3..54a1061 100644 --- a/lib/redmine/export/pdf.rb +++ b/lib/redmine/export/pdf.rb @@ -18,8 +18,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. require 'iconv' -require 'rfpdf/fpdf' -require 'rfpdf/chinese' module Redmine module Export -- 1.6.4.4