diff options
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |