Removed unused event handler

This commit is contained in:
MaxXor 2016-07-07 23:06:11 +02:00
parent e883dae76b
commit 7566d896ab
2 changed files with 0 additions and 6 deletions

View File

@ -255,7 +255,6 @@
this.chkIPv6Support.TabIndex = 5;
this.chkIPv6Support.Text = "Enable IPv6 support";
this.chkIPv6Support.UseVisualStyleBackColor = true;
this.chkIPv6Support.CheckedChanged += new System.EventHandler(this.chkIPv6Support_CheckedChanged);
//
// FrmSettings
//

View File

@ -191,10 +191,5 @@ namespace xServer.Forms
{
ShowPassword(chkShowPassword.Checked);
}
private void chkIPv6Support_CheckedChanged(object sender, EventArgs e)
{
}
}
}