From b5e8f32f1fbacdc64c460254eb14afdd2a0c3686 Mon Sep 17 00:00:00 2001 From: David Sparer Date: Sat, 15 Sep 2018 13:29:02 -0500 Subject: [PATCH] removed dead code --- mRemoteV1/UI/Forms/PasswordForm.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mRemoteV1/UI/Forms/PasswordForm.cs b/mRemoteV1/UI/Forms/PasswordForm.cs index b208b8a46..9fbbabfa2 100644 --- a/mRemoteV1/UI/Forms/PasswordForm.cs +++ b/mRemoteV1/UI/Forms/PasswordForm.cs @@ -58,10 +58,6 @@ namespace mRemoteNG.UI.Forms if (NewPasswordMode) return; lblVerify.Visible = false; txtVerify.Visible = false; - tableLayoutPanel1.RowStyles[tableLayoutPanel1.GetRow(lblVerify)].SizeType = SizeType.Absolute; - tableLayoutPanel1.RowStyles[tableLayoutPanel1.GetRow(lblVerify)].Height = 0; - tableLayoutPanel1.RowStyles[tableLayoutPanel1.GetRow(txtVerify)].SizeType = SizeType.Absolute; - tableLayoutPanel1.RowStyles[tableLayoutPanel1.GetRow(txtVerify)].Height = 0; } private void PasswordForm_FormClosed(object sender, FormClosedEventArgs e)