Skip to content

Commit 1a964d2

Browse files
committed
removed unused function from form1
1 parent 2f595bf commit 1a964d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

XMapLibSharp/Form1.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ private void TogglePresetButtonStatus(Button prButton)
9898
KeymapPresetOperations.ChangeButtonTextForSelected(prButton,
9999
!KeymapPresetOperations.IsButtonTextSelected(prButton));
100100
}
101-
private void DoErrorMessage(string msg)
102-
{
103-
MessageBox.Show(msg);
104-
}
105101
private void btnSensitivityIndicator_Click(object sender, EventArgs e)
106102
{
107103

0 commit comments

Comments
 (0)