forked from qt-creator/qt-creator
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user