forked from qt-creator/qt-creator
LanguageClient: remove unused formatting functions
The formatting functionality was moved into languageclientformatter.cpp Change-Id: Ieeafd49c297a854e478a11d4fcb81062b9cfcf19 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -123,9 +123,6 @@ public:
|
||||
const LanguageServerProtocol::DocumentUri &uri);
|
||||
void executeCommand(const LanguageServerProtocol::Command &command);
|
||||
|
||||
void formatFile(const TextEditor::TextDocument *document);
|
||||
void formatRange(const TextEditor::TextDocument *document, const QTextCursor &cursor);
|
||||
|
||||
// workspace control
|
||||
void setCurrentProject(ProjectExplorer::Project *project);
|
||||
const ProjectExplorer::Project *project() const;
|
||||
|
||||
Reference in New Issue
Block a user