summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lsp.h')
-rw-r--r--lsp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lsp.h b/lsp.h
index c078820..02cbbc7 100644
--- a/lsp.h
+++ b/lsp.h
@@ -251,7 +251,6 @@ typedef struct {
typedef struct {
LSPString label;
- LSPString documentation;
// NOTE: LSP gives us parameter information for *all*
// parameters, but we only really need it for the active parameter.
@@ -259,8 +258,6 @@ typedef struct {
// part of it should be highlighted for the active parameter
u16 active_start;
u16 active_end;
- // documentation for the active parameter
- LSPString active_documentation;
} LSPSignatureInformation;
typedef struct {