We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f595bf commit 1a964d2Copy full SHA for 1a964d2
XMapLibSharp/Form1.cs
@@ -98,10 +98,6 @@ private void TogglePresetButtonStatus(Button prButton)
98
KeymapPresetOperations.ChangeButtonTextForSelected(prButton,
99
!KeymapPresetOperations.IsButtonTextSelected(prButton));
100
}
101
- private void DoErrorMessage(string msg)
102
- {
103
- MessageBox.Show(msg);
104
- }
105
private void btnSensitivityIndicator_Click(object sender, EventArgs e)
106
{
107
0 commit comments