mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
HackStudio: Remove unused Editor::m_autocomplete_in_focus field
This commit is contained in:
parent
4c551bfad9
commit
489f20d997
Notes:
sideshowbarker
2024-07-17 05:18:58 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/489f20d997 Pull-request: https://github.com/SerenityOS/serenity/pull/20105 Reviewed-by: https://github.com/linusg
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ private:
|
|||
GUI::TextPosition m_previous_text_position { 0, 0 };
|
||||
bool m_hovering_editor { false };
|
||||
bool m_hovering_clickable { false };
|
||||
bool m_autocomplete_in_focus { false };
|
||||
RefPtr<GUI::Action> m_move_execution_to_line_action;
|
||||
RefPtr<Core::Timer> m_tokens_info_timer; // Used for querying language server for syntax highlighting info
|
||||
OwnPtr<LanguageClient> m_language_client;
|
||||
|
|
Loading…
Add table
Reference in a new issue