Skip to content

Commit f1889a9

Browse files
Remov unused imports
1 parent d709eb8 commit f1889a9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Flow.Launcher/SettingWindow.xaml.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@
77
using Flow.Launcher.Plugin;
88
using Flow.Launcher.Plugin.SharedCommands;
99
using Flow.Launcher.ViewModel;
10-
using Microsoft.VisualBasic;
1110
using ModernWpf;
1211
using ModernWpf.Controls;
1312
using System;
14-
using System.Drawing.Printing;
1513
using System.IO;
1614
using System.Windows;
17-
using System.Windows.Controls.Primitives;
1815
using System.Windows.Data;
1916
using System.Windows.Forms;
2017
using System.Windows.Input;
2118
using System.Windows.Interop;
2219
using System.Windows.Media;
2320
using System.Windows.Navigation;
24-
using static System.Windows.Forms.VisualStyles.VisualStyleElement.Window;
2521
using Button = System.Windows.Controls.Button;
2622
using Control = System.Windows.Controls.Control;
2723
using KeyEventArgs = System.Windows.Input.KeyEventArgs;

0 commit comments

Comments
 (0)