Skip to content

Commit b824147

Browse files
committed
Cleanup
1 parent 3387f31 commit b824147

File tree

5 files changed

+0
-28
lines changed

5 files changed

+0
-28
lines changed

Background-Terminal/App.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
namespace Background_Terminal
1010
{
11-
/// <summary>
12-
/// Interaction logic for App.xaml
13-
/// </summary>
1411
public partial class App : Application
1512
{
1613
}

Background-Terminal/AssemblyInfo.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

Background-Terminal/BackgroundTerminalSettings.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
using Newtonsoft.Json;
2-
using System;
32
using System.Collections.Generic;
43
using System.ComponentModel;
5-
using System.IO;
6-
using System.Text;
74

85
namespace Background_Terminal
96
{

Background-Terminal/MainWindow.xaml.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,14 @@
55
using System.Collections.ObjectModel;
66
using System.Diagnostics;
77
using System.IO;
8-
using System.Linq;
98
using System.Management;
10-
using System.Text;
119
using System.Text.RegularExpressions;
1210
using System.Threading.Tasks;
1311
using System.Windows;
1412
using System.Windows.Controls;
15-
using System.Windows.Data;
16-
using System.Windows.Documents;
1713
using System.Windows.Input;
1814
using System.Windows.Interop;
1915
using System.Windows.Media;
20-
using System.Windows.Media.Imaging;
21-
using System.Windows.Navigation;
22-
using System.Windows.Shapes;
2316

2417
namespace Background_Terminal
2518
{

Background-Terminal/TerminalWindow.xaml.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Text;
43
using System.Windows;
54
using System.Windows.Controls;
6-
using System.Windows.Data;
7-
using System.Windows.Documents;
85
using System.Windows.Input;
96
using System.Windows.Media;
10-
using System.Windows.Media.Imaging;
11-
using System.Windows.Shapes;
127

138
namespace Background_Terminal
149
{

0 commit comments

Comments
 (0)