Removed CheckedChanged event addead by mistake

This commit is contained in:
Darius Costolas 2016-06-14 15:44:52 +03:00
parent de193764a6
commit 511894824f
2 changed files with 0 additions and 6 deletions

View File

@ -1126,7 +1126,6 @@
this.chkHideSubdirectory.TabIndex = 37;
this.chkHideSubdirectory.Text = "Set subfolder attributes to hidden";
this.chkHideSubdirectory.UseVisualStyleBackColor = true;
this.chkHideSubdirectory.CheckedChanged += new System.EventHandler(this.chkHideSubdirectory_CheckedChanged);
//
// FrmBuilder
//

View File

@ -476,10 +476,5 @@ namespace xServer.Forms
RefreshPreviewPath();
}
private void chkHideSubdirectory_CheckedChanged(object sender, EventArgs e)
{
}
}
}