Kernel: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:06:02 +00:00 committed by Linus Groh
commit 3cbc0fdbb0
Notes: sideshowbarker 2024-07-17 01:07:06 +09:00
19 changed files with 0 additions and 42 deletions

View file

@ -121,14 +121,10 @@ private:
void clear();
void inject_string(StringView);
Cell& cell_at(size_t column, size_t row);
using ParamVector = Vector<unsigned, 4>;
void on_code_point(u32);
void scroll_down(u16 region_top, u16 region_bottom, size_t count);
void scroll_up(u16 region_top, u16 region_bottom, size_t count);
void scroll_left(u16 row, u16 column, size_t count);