Skip to content

Commit

Permalink
chore: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
kassick committed Jan 7, 2025
1 parent 9ee5b0b commit 826cb5d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lsp-inline-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -345,18 +345,6 @@ The functions receive the text range that was updated by the completion."
;; No longer in an active completion
(lsp-inline-completion--make-inactive))

(defun lsp-inline-completion-cancel-with-input (event &optional arg)
"Cancel the inline completion and executes whatever event was received."
(interactive (list last-input-event current-prefix-arg))

(lsp-inline-completion-cancel)

(let ((command (lookup-key (current-active-maps) (vector event)))
(current-prefix-arg arg))

(when (commandp command)
(call-interactively command))))

(defun lsp-inline-completion-next ()
"Display the next inline completion."
(interactive)
Expand Down

0 comments on commit 826cb5d

Please sign in to comment.