Skip to content

Commit b1a34c0

Browse files
committed
[lsp-ui-doc] Delete unused lsp-ui-doc-enable-eldoc
Fix #203
1 parent 26bb3c3 commit b1a34c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lsp-ui-doc.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,6 @@ HEIGHT is the documentation number of lines."
563563
(advice-add 'load-theme :before (lambda (&rest _) (lsp-ui-doc--delete-frame)))
564564
(add-hook 'window-configuration-change-hook #'lsp-ui-doc--hide-frame)
565565

566-
(defun lsp-ui-doc-enable-eldoc ()
567-
(setq-local eldoc-documentation-function 'lsp-ui-doc--eldoc))
568-
569566
(defun lsp-ui-doc--on-delete (frame)
570567
"Function called when a FRAME is deleted."
571568
(-some--> (frame-parameter frame 'lsp-ui-doc-buffer)

0 commit comments

Comments
 (0)