mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
HackStudio: Remove unused Editor::m_autocomplete_in_focus field
This commit is contained in:
parent
4c551bfad9
commit
489f20d997
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ private:
|
||||||
GUI::TextPosition m_previous_text_position { 0, 0 };
|
GUI::TextPosition m_previous_text_position { 0, 0 };
|
||||||
bool m_hovering_editor { false };
|
bool m_hovering_editor { false };
|
||||||
bool m_hovering_clickable { false };
|
bool m_hovering_clickable { false };
|
||||||
bool m_autocomplete_in_focus { false };
|
|
||||||
RefPtr<GUI::Action> m_move_execution_to_line_action;
|
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
|
RefPtr<Core::Timer> m_tokens_info_timer; // Used for querying language server for syntax highlighting info
|
||||||
OwnPtr<LanguageClient> m_language_client;
|
OwnPtr<LanguageClient> m_language_client;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue