From 3e29baa5c54588cee80b0a7ee80ca77459e3271d Mon Sep 17 00:00:00 2001 From: BDisp Date: Thu, 26 Nov 2020 18:51:56 +0000 Subject: [PATCH] Cleanup. --- Terminal.Gui/ConsoleDrivers/NetDriver.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Terminal.Gui/ConsoleDrivers/NetDriver.cs b/Terminal.Gui/ConsoleDrivers/NetDriver.cs index 832d65123..4b98ea064 100644 --- a/Terminal.Gui/ConsoleDrivers/NetDriver.cs +++ b/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;