Skip to content

Commit 343c122

Browse files
committed
Cleanup codes
1 parent 1bfae21 commit 343c122

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Flow.Launcher.Infrastructure/QuickSwitch/QuickSwitch.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ uint dwmsEventTime
437437
}
438438
}
439439

440-
// TODO: Use a better way to detect dragging
441440
// Here we do not start & stop the timer beacause the start time is not accurate (more than 1s delay)
442441
// So we start & stop the timer when we find a file dialog window
443442
/*private static void MoveSizeCallBack(

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
using Flow.Launcher.Plugin.SharedCommands;
2525
using Flow.Launcher.Storage;
2626
using Microsoft.VisualStudio.Threading;
27-
using Windows.Win32;
2827

2928
namespace Flow.Launcher.ViewModel
3029
{

0 commit comments

Comments
 (0)