mirror of https://github.com/quasar/Quasar.git
Removed unused event handler
This commit is contained in:
parent
e883dae76b
commit
7566d896ab
|
@ -255,7 +255,6 @@ private void InitializeComponent()
|
|||
this.chkIPv6Support.TabIndex = 5;
|
||||
this.chkIPv6Support.Text = "Enable IPv6 support";
|
||||
this.chkIPv6Support.UseVisualStyleBackColor = true;
|
||||
this.chkIPv6Support.CheckedChanged += new System.EventHandler(this.chkIPv6Support_CheckedChanged);
|
||||
//
|
||||
// FrmSettings
|
||||
//
|
||||
|
|
|
@ -191,10 +191,5 @@ private void chkShowPassword_CheckedChanged(object sender, EventArgs e)
|
|||
{
|
||||
ShowPassword(chkShowPassword.Checked);
|
||||
}
|
||||
|
||||
private void chkIPv6Support_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue