Skip to content

Commit 9070b75

Browse files
committed
Cleanup usings in ConsoleWindow.cs
1 parent af0bba3 commit 9070b75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

VSDebugCoreLib/UI/Tools/ConsoleWindow.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
using System.ComponentModel.Design;
33
using System.Runtime.InteropServices;
44
using System.Threading.Tasks;
5-
using System.Windows.Controls;
65
using System.Windows.Forms;
7-
using System.Windows.Threading;
86
using Microsoft.VisualStudio;
97
using Microsoft.VisualStudio.ComponentModelHost;
108
using Microsoft.VisualStudio.Editor;
@@ -18,7 +16,6 @@
1816
using Microsoft.VisualStudio.Utilities;
1917
using VSDebugCoreLib.Console;
2018
using VSDebugCoreLib.Utils;
21-
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
2219
using DefGuidList = Microsoft.VisualStudio.Editor.DefGuidList;
2320
//scomponentmodel
2421
//editor

0 commit comments

Comments
 (0)