1
Fork 0
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:
Moustafa Raafat 2022-04-23 17:36:26 +02:00 committed by Brian Gianforcaro
parent e5022d866e
commit 7b23dfea79
2 changed files with 0 additions and 262 deletions

View file

@ -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);