From 2409148869f1b203a35d6e24dbad94b15bd9416c Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 21 Jul 2020 13:57:10 +0800 Subject: [PATCH] optimize(Configure.xaml.cs): remove unused namespaces --- SourceGit/UI/Configure.xaml.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/SourceGit/UI/Configure.xaml.cs b/SourceGit/UI/Configure.xaml.cs index 62fe4b02..e20cdff3 100644 --- a/SourceGit/UI/Configure.xaml.cs +++ b/SourceGit/UI/Configure.xaml.cs @@ -1,18 +1,7 @@ -using System; -using System.Collections.Generic; using System.Diagnostics; -using System.Linq; using System.Text; -using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; namespace SourceGit.UI {