Skip to content

Commit 2b60422

Browse files
committed
Cleanup Using
1 parent ddb25a2 commit 2b60422

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,26 @@
1-
using Accessibility;
2-
using Flow.Launcher.Core.Resource;
1+
using Flow.Launcher.Core.Resource;
32
using Flow.Launcher.Infrastructure;
43
using System;
54
using System.Collections.Generic;
6-
using System.ComponentModel;
75
using System.Diagnostics;
86
using System.IO;
97
using System.Linq;
10-
using System.Reflection;
118
using System.Text.Json;
129
using System.Threading;
1310
using System.Threading.Tasks;
1411
using Flow.Launcher.Infrastructure.Logger;
1512
using Flow.Launcher.Infrastructure.UserSettings;
1613
using Flow.Launcher.Plugin;
17-
using ICSharpCode.SharpZipLib.Zip;
18-
using JetBrains.Annotations;
1914
using Microsoft.IO;
20-
using System.Text.Json.Serialization;
2115
using System.Windows;
2216
using System.Windows.Controls;
2317
using YamlDotNet.Serialization;
2418
using YamlDotNet.Serialization.NamingConventions;
2519
using CheckBox = System.Windows.Controls.CheckBox;
2620
using Control = System.Windows.Controls.Control;
27-
using Label = System.Windows.Controls.Label;
2821
using Orientation = System.Windows.Controls.Orientation;
2922
using TextBox = System.Windows.Controls.TextBox;
3023
using UserControl = System.Windows.Controls.UserControl;
31-
using System.Windows.Data;
3224

3325
namespace Flow.Launcher.Core.Plugin
3426
{

0 commit comments

Comments
 (0)