Skip to content

Commit 3a9709f

Browse files
committed
removed unused literals
1 parent f89a4a1 commit 3a9709f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

XMapLibSharp/Form1.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ right click -> outlining -> collapse to definitions */
1818
public partial class Form1 : Form
1919
{
2020
private const int DelayRedrawMs = 1000; // a whole second
21-
private const string ErrNotRunning = "Started, but not running.";
22-
private const string ErrPresetButtonStatus = "Error toggling preset button selected status.";
2321
private const string ErrUpdatingMaps = "Error updating maps!";
2422
private const string MsgStartMouse = "Start Mouse Processing";
2523
private const string MsgStopMouse = "Stop Mouse Processing";

0 commit comments

Comments
 (0)