瀏覽代碼

Cleaning code.

BDisp 1 年之前
父節點
當前提交
140168b8aa
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

+ 0 - 3
Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

@@ -5,9 +5,7 @@ using NStack;
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
-using System.Diagnostics;
 using System.Linq;
-using System.Management;
 using System.Runtime.InteropServices;
 using System.Threading;
 using System.Threading.Tasks;
@@ -1683,7 +1681,6 @@ namespace Terminal.Gui {
 
 		public override void End ()
 		{
-
 			WinConsole.Cleanup ();
 			WinConsole = null;