mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibGUI: Remove unused functions in EditingEngine class
This commit is contained in:
parent
e5022d866e
commit
7b23dfea79
Notes:
sideshowbarker
2024-07-17 11:33:39 +09:00
Author: https://github.com/moustafaraafat 🔰
Commit: 7b23dfea79
Pull-request: https://github.com/SerenityOS/serenity/pull/13783
Reviewed-by: https://github.com/AtkinsSJ ✅
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