1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:37:35 +00:00

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
parent 09a22ddb2a
commit 3cbc0fdbb0
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);