diff --git a/src/modules/MouseUtils/MouseJump.Common/Helpers/ConfigHelper.cs b/src/modules/MouseUtils/MouseJump.Common/Helpers/ConfigHelper.cs index a853d77a8d6c..bc2e67203dfe 100644 --- a/src/modules/MouseUtils/MouseJump.Common/Helpers/ConfigHelper.cs +++ b/src/modules/MouseUtils/MouseJump.Common/Helpers/ConfigHelper.cs @@ -2,10 +2,7 @@ // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. -using System; -using System.Drawing; using System.Globalization; -using System.Linq; namespace MouseJump.Common.Helpers;