From 4a8443ff818d0ec0e85599a94f7a757679bd3cf4 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Mon, 22 Feb 2021 07:23:53 +0100 Subject: [PATCH] LanguageClient: remove unused function declarations The formatting functionality moved into the LanguageClientFormatter. Change-Id: I2fb941485b1407d8bf148b2868a9c7593b6dd61e Reviewed-by: Christian Stenger --- src/plugins/languageclient/client.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/plugins/languageclient/client.h b/src/plugins/languageclient/client.h index 6575ea5e33f..0065779e3f3 100644 --- a/src/plugins/languageclient/client.h +++ b/src/plugins/languageclient/client.h @@ -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