BDisp 4 years ago
parent
commit
3e29baa5c5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Terminal.Gui/ConsoleDrivers/NetDriver.cs

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

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