mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Remove unused event - thx OmrSi :)
This commit is contained in:
parent
06dfc566db
commit
85b47e83bc
2
src/ui/Forms/SpellCheck.Designer.cs
generated
2
src/ui/Forms/SpellCheck.Designer.cs
generated
@ -420,7 +420,6 @@
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Spell check";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SpellCheck_FormClosing);
|
||||
this.Load += new System.EventHandler(this.SpellCheck_Load);
|
||||
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormSpellCheck_KeyDown);
|
||||
this.contextMenuStrip1.ResumeLayout(false);
|
||||
this.groupBoxWordNotFound.ResumeLayout(false);
|
||||
@ -431,7 +430,6 @@
|
||||
this.groupBoxEditWholeText.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
@ -1334,10 +1334,5 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
DoAction(SpellCheckAction.DeleteLine);
|
||||
}
|
||||
}
|
||||
|
||||
private void SpellCheck_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user