summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-04 19:43:56 -0400
committerpommicket <pommicket@gmail.com>2023-08-04 19:43:56 -0400
commit4cdbd1c8caf7fbd9ed584049312241a0e039e115 (patch)
tree54dacf1d8974bffff974f87b781d4e6958fc36b7 /ted.h
parent45d69107725a02cf6d912a571b771da3ef5abfbf (diff)
more document link parsing
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ted.h b/ted.h
index ea2fd68..629a2c1 100644
--- a/ted.h
+++ b/ted.h
@@ -668,8 +668,6 @@ typedef struct {
/// "document link" information (LSP)
typedef struct {
LSPServerRequestID last_request;
- // time when activation key was pressed
- double key_press_time;
} DocumentLink;
/// "hover" information from LSP server