mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
LibGUI: Remove unused functions in EditingEngine class
This commit is contained in:
parent
e5022d866e
commit
7b23dfea79
2 changed files with 0 additions and 262 deletions
|
@ -64,14 +64,6 @@ protected:
|
|||
void move_page_down();
|
||||
void move_to_first_line();
|
||||
void move_to_last_line();
|
||||
TextPosition find_beginning_of_next_word();
|
||||
void move_to_beginning_of_next_word();
|
||||
TextPosition find_end_of_next_word();
|
||||
void move_to_end_of_next_word();
|
||||
TextPosition find_end_of_previous_word();
|
||||
void move_to_end_of_previous_word();
|
||||
TextPosition find_beginning_of_previous_word();
|
||||
void move_to_beginning_of_previous_word();
|
||||
|
||||
void move_up(double page_height_factor);
|
||||
void move_down(double page_height_factor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue