mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
LibGUI: Remove declarations for non-existent methods
This commit is contained in:
parent
12673d0e24
commit
88bbbe12ba
4 changed files with 0 additions and 6 deletions
|
@ -122,7 +122,6 @@ private:
|
|||
void calculate_document_range(TextEditor&);
|
||||
void calculate_line_range(TextEditor&, bool normalize_for_position);
|
||||
void calculate_word_range(VimCursor&, int amount, bool normalize_for_position);
|
||||
void calculate_WORD_range(VimCursor&, int amount, bool normalize_for_position);
|
||||
void calculate_character_range(VimCursor&, int amount, bool normalize_for_position);
|
||||
void calculate_find_range(VimCursor&, int amount);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue