Skip to content

Commit 1071f75

Browse files
committed
Remove unused using
1 parent 3abc77f commit 1071f75

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.ComponentModel;
4-
using System.Diagnostics;
53
using System.Linq;
64
using System.Threading;
75
using System.Threading.Tasks;
@@ -19,9 +17,6 @@
1917
using Flow.Launcher.Plugin;
2018
using Flow.Launcher.Plugin.SharedCommands;
2119
using Flow.Launcher.Storage;
22-
using System.Windows.Media;
23-
using Flow.Launcher.Infrastructure.Image;
24-
using System.Collections.Concurrent;
2520
using Flow.Launcher.Infrastructure.Logger;
2621
using System.Threading.Tasks.Dataflow;
2722

0 commit comments

Comments
 (0)