From cba19044d8ebcb4e7e3d15e4d2c2153d304fd888 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 26 Jun 2019 16:56:36 +0000 Subject: [PATCH] =?UTF-8?q?Code=20cleanup=20=E2=80=93=20removed=20un-used?= =?UTF-8?q?=20code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/VEPROMS User Interface/DlgPrintProcedure.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs b/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs index 933b28f8..eaebe328 100644 --- a/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs +++ b/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs @@ -173,7 +173,6 @@ namespace VEPROMS btnCreatePDF.Text = "Create PDFs"; HandleDocVersionSettings(); PrepForAllOrOne(false); - Rtf2iTextSharp.DoingComparison = cbxDebug.Checked; // RHM20150506 Multiline ItemID TextBox // don't open all PDFs if doing All Procedures //cbxOpenAfterCreate2.Checked = dvi.DocVersionConfig.Print_AlwaysViewPDFAfterCreate; // C2018-033 added the Prefix / Suffix switch to the expand Additional Settings check @@ -258,7 +257,6 @@ namespace VEPROMS { InitializeComponent(); Automatic = automatic; - Rtf2iTextSharp.DoingComparison = cbxDebug.Checked; _AllProcedures = false; _DocVersionConfig = pi.MyDocVersion.DocVersionConfig; swtbtnBlankPgsForDuplex.Value = pi.MyDocVersion.DocVersionConfig.Print_AddBlankPagesWhenUsingDuplexFoldouts; @@ -916,7 +914,6 @@ namespace VEPROMS private void DoCreatePDF() { - Rtf2iTextSharp.DoingComparison = cbxDebug.Checked; if (_AllProcedures) { this.Cursor = Cursors.WaitCursor;