LanguageClient: remove unneeded document actions blocker

Change-Id: Id1f07dbf83fcf7d75aaba6d860fb1556761bbd4b
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
David Schulz
2021-04-21 10:22:29 +02:00
parent 91b6c58518
commit 1d7e05e6a9
3 changed files with 0 additions and 18 deletions

View File

@@ -122,7 +122,6 @@ public:
void setLocatorsEnabled(bool enabled) { m_locatorsEnabled = enabled; }
bool locatorsEnabled() const { return m_locatorsEnabled; }
void setDocumentActionsEnabled(bool enabled) { m_documentActionsEnabled = enabled; }
// document synchronization
void setSupportedLanguage(const LanguageFilter &filter);
@@ -261,7 +260,6 @@ private:
bool m_activateDocAutomatically = false;
SemanticTokenSupport m_tokentSupport;
bool m_locatorsEnabled = true;
bool m_documentActionsEnabled = true;
};
} // namespace LanguageClient