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 c2b904b commit 10501d9
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
@@ -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)

0 comments on commit 10501d9

Please sign in to comment.