Remove redundant semicolon

This commit is contained in:
YoshiRulz 2020-07-20 23:42:42 +10:00
parent 86e82b97c1
commit 6371766130
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ namespace BizHawk.Client.EmuHawk
{
MainFormContextMenu.Show(PointToScreen(new Point(e.X, e.Y + MainformMenu.Height)));
}
};
}
void MainForm_MouseMove(object sender, MouseEventArgs e) => AutohideCursor(false);
void MainForm_MouseWheel(object sender, MouseEventArgs e) => MouseWheelTracker += e.Delta;
MouseClick += MainForm_MouseClick;