remove dead function call

This commit is contained in:
tecxx
2021-12-25 18:55:59 +01:00
parent cdc1d5064f
commit f760131cf5
2 changed files with 0 additions and 7 deletions

View File

@@ -96,7 +96,6 @@
this.btnOK.TabIndex = 10;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//

View File

@@ -26,11 +26,5 @@
tbPassword.Enabled = !ch;
tbUsername.Enabled = !ch;
}
private void btnOK_Click(object sender, EventArgs e)
{
// test connection first
}
}
}