From db606fab10f4e44f923cc89db57f259c5d264d4b Mon Sep 17 00:00:00 2001 From: fallenoak Date: Wed, 29 Oct 2025 19:46:10 -0500 Subject: [PATCH] chore(console): style nit --- src/console/Screen.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/console/Screen.hpp b/src/console/Screen.hpp index f8485b7..787d1b9 100644 --- a/src/console/Screen.hpp +++ b/src/console/Screen.hpp @@ -8,7 +8,6 @@ class CGxString; class CONSOLELINE : public TSLinkedNode { public: - // Member variables char* buffer; uint32_t chars;