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 {