From 7b23dfea79858b976465f97ae8bd8ff71ec40fe1 Mon Sep 17 00:00:00 2001 From: Moustafa Raafat Date: Sat, 23 Apr 2022 17:36:26 +0200 Subject: LibGUI: Remove unused functions in EditingEngine class --- Userland/Libraries/LibGUI/EditingEngine.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Userland/Libraries/LibGUI/EditingEngine.h') diff --git a/Userland/Libraries/LibGUI/EditingEngine.h b/Userland/Libraries/LibGUI/EditingEngine.h index bef68b2200..e3692feb03 100644 --- a/Userland/Libraries/LibGUI/EditingEngine.h +++ b/Userland/Libraries/LibGUI/EditingEngine.h @@ -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); -- cgit v1.2.3