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
commit 7b23dfea79
Notes: sideshowbarker 2024-07-17 11:33:39 +09:00
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);