Removed redundant code

This commit is contained in:
d3agle 2015-07-27 11:01:46 -05:00
parent 358324c7c2
commit 0c054e2a2c
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ namespace xClient.Core.Helper
private const int MOUSEEVENTF_LEFTUP = 0x04;
private const int MOUSEEVENTF_RIGHTDOWN = 0x08;
private const int MOUSEEVENTF_RIGHTUP = 0x10;
private const int MOUSEEVENTF_MIDDLEDOWN = 0x20;
private const int MOUSEEVENTF_MIDDLEUP = 0x40;
private const int MOUSEEVENTF_WHEEL = 0x0800;
public static void DoMouseEventLeft(Point p, bool isMouseDown)
{