From 0c054e2a2cda3d1a852f45905dd26105b94d0539 Mon Sep 17 00:00:00 2001 From: d3agle Date: Mon, 27 Jul 2015 11:01:46 -0500 Subject: [PATCH] Removed redundant code --- Client/Core/Helper/NativeMethodsHelper.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Client/Core/Helper/NativeMethodsHelper.cs b/Client/Core/Helper/NativeMethodsHelper.cs index 3bba2f1c..b5b437a2 100644 --- a/Client/Core/Helper/NativeMethodsHelper.cs +++ b/Client/Core/Helper/NativeMethodsHelper.cs @@ -9,9 +9,6 @@ public static class NativeMethodsHelper 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) {