From c364d4b253a7004098467ec10e5ecc056373b0bc Mon Sep 17 00:00:00 2001 From: Daro Date: Fri, 29 Sep 2017 17:14:21 +0200 Subject: [PATCH] Removed unnecessary usings --- Devices/Mouse/GlaiveMouse.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Devices/Mouse/GlaiveMouse.cs b/Devices/Mouse/GlaiveMouse.cs index 0aad0a0..d4c67bb 100644 --- a/Devices/Mouse/GlaiveMouse.cs +++ b/Devices/Mouse/GlaiveMouse.cs @@ -2,13 +2,9 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; using HidSharp; using System.Drawing; using CUE.NET.Devices.Generic.Enums; -using CUE.NET.Devices.Mouse.Enums; -using CUE.NET.Exceptions; namespace CUE.NET.Devices.Mouse {