mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed unused code
This commit is contained in:
parent
12101a382c
commit
8d9c275eb7
1 changed files with 0 additions and 5 deletions
|
|
@ -300,11 +300,6 @@ private void BackgroundColorPanel_Click(object sender, EventArgs e)
|
|||
BackgroundColorPanel.BackColor = colorDialog.Color;
|
||||
}
|
||||
|
||||
private void HighlightsColorPanel_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void ToolbarCheckBox_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (!ToolbarCheckBox.Checked)
|
||||
|
|
|
|||
Loading…
Reference in a new issue