mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user