Code cleanup – removed un-used code.
This commit is contained in:
parent
a0dadf2f9a
commit
cba19044d8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user