forked from qt-creator/qt-creator
LanguageClient: remove unused function
Change-Id: If931e1e6d2e28eddb599faefda2590324ff0801b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -134,8 +134,6 @@ public:
|
||||
void projectFileListChanged();
|
||||
|
||||
void sendContent(const LanguageServerProtocol::IContent &content);
|
||||
void sendContent(const LanguageServerProtocol::DocumentUri &uri,
|
||||
const LanguageServerProtocol::IContent &content);
|
||||
void cancelRequest(const LanguageServerProtocol::MessageId &id);
|
||||
|
||||
void setSupportedLanguage(const LanguageFilter &filter);
|
||||
|
||||
Reference in New Issue
Block a user