diff options
Diffstat (limited to 'Kernel/VirtualConsole.h')
-rw-r--r-- | Kernel/VirtualConsole.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Kernel/VirtualConsole.h b/Kernel/VirtualConsole.h index 4aae3bad0e..39f1d7dfce 100644 --- a/Kernel/VirtualConsole.h +++ b/Kernel/VirtualConsole.h @@ -49,8 +49,6 @@ private: void clear(); - const byte m_rows { 25 }; - const byte m_columns { 80 }; byte m_cursor_row { 0 }; byte m_cursor_column { 0 }; byte m_saved_cursor_row { 0 }; |