BDisp 4 年之前
父节点
当前提交
3e29baa5c5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Terminal.Gui/ConsoleDrivers/NetDriver.cs

+ 0 - 1
Terminal.Gui/ConsoleDrivers/NetDriver.cs

@@ -252,7 +252,6 @@ namespace Terminal.Gui {
 					continue;
 				}
 				dirtyLine [row] = false;
-				int [,,] damage = new int [0, 0, 0];
 				for (int col = 0; col < cols; col++) {
 					if (contents [row, col, 2] != 1) {
 						continue;