LSP: Remove boilerplate for some unimplemented methods

This commit is contained in:
HolonProduction
2026-01-02 19:43:47 +01:00
parent 9d03a4937b
commit 6b67863a06
5 changed files with 0 additions and 95 deletions
@@ -687,10 +687,7 @@ GDScriptLanguageProtocol::GDScriptLanguageProtocol() {
SET_DOCUMENT_METHOD(rename);
SET_DOCUMENT_METHOD(prepareRename);
SET_DOCUMENT_METHOD(references);
SET_DOCUMENT_METHOD(foldingRange);
SET_DOCUMENT_METHOD(codeLens);
SET_DOCUMENT_METHOD(documentLink);
SET_DOCUMENT_METHOD(colorPresentation);
SET_DOCUMENT_METHOD(hover);
SET_DOCUMENT_METHOD(definition);
SET_DOCUMENT_METHOD(declaration);