LanguageClient: remove unused function declarations

The formatting functionality moved into the LanguageClientFormatter.

Change-Id: I2fb941485b1407d8bf148b2868a9c7593b6dd61e
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2021-02-22 07:23:53 +01:00
parent c8829ff5b3
commit 4a8443ff81

View File

@@ -157,11 +157,6 @@ public:
const LanguageServerProtocol::DocumentUri &uri,
const QTextCursor &cursor) const;
// formatting
void formatFile(const TextEditor::TextDocument *document);
void formatRange(const TextEditor::TextDocument *document, const QTextCursor &cursor);
// logging
void log(const QString &message) const;
template<typename Error>