Skip to content

Commit

Permalink
[MouseJump] remove unused "using"s (microsoft#27511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Oct 22, 2024
1 parent fad8c95 commit 6f8e1a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/MouseUtils/MouseJumpUI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
// See the LICENSE file in the project root for more information.

using System;
using System.IO;
using System.Reflection;
using System.Text.Json;
using System.Threading;
using System.Windows.Forms;
using System.Windows.Threading;

using Common.UI;
using ManagedCommon;
using Microsoft.PowerToys.Settings.UI.Library;
using MouseJumpUI.Helpers;
using PowerToys.Interop;

Expand Down

0 comments on commit 6f8e1a9

Please sign in to comment.