From f4b2001325b8ec09a7331bfc074fc1e12b4145a8 Mon Sep 17 00:00:00 2001 From: DarwinNE Date: Mon, 13 Jan 2020 07:20:25 +0100 Subject: [PATCH] Delete some leftover code. --- Console/retro/Console.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/Console/retro/Console.cc b/Console/retro/Console.cc index 428052e35d..6024a8bcc0 100644 --- a/Console/retro/Console.cc +++ b/Console/retro/Console.cc @@ -351,7 +351,6 @@ void Console::PutCharNoUpdate(char c) cursorX++; if(cursorX >= cols) PutCharNoUpdate('\n'); - chars[cursorY * cols + cursorX].attrs = currentAttr; } }