Skip to content

Commit d46c20f

Browse files
committed
clean unused usings
1 parent ee7cb29 commit d46c20f

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

Diff for: UnityLauncherPro/App.xaml.cs

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Configuration;
4-
using System.Data;
5-
using System.Linq;
6-
using System.Threading.Tasks;
7-
using System.Windows;
1+
using System.Windows;
82

93
namespace UnityLauncherPro
104
{

Diff for: UnityLauncherPro/Data/ThemeColor.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.ComponentModel;
32
using System.Globalization;
43
using System.Windows.Data;
54
using System.Windows.Media;

Diff for: UnityLauncherPro/UpgradeWindow.xaml.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
1+
using System.Linq;
42
using System.Windows;
53
using System.Windows.Controls;
64
using System.Windows.Input;

0 commit comments

Comments
 (0)