Skip to content

Commit 775c11a

Browse files
committed
Remove `lsp-disabled-code-action-reason-face'
It is not used in `lsp-mode'.
1 parent 2ec2efb commit 775c11a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lsp-mode.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4885,11 +4885,6 @@ action.")
48854885
"Face used to highlight disabled code actions.
48864886
See `lsp-preferred-code-action-face' for details.")
48874887

4888-
(defface lsp-disabled-code-action-reason-face '((t :inherit lsp-details-face))
4889-
"Face used to highlight the reason a code action is disabled.
4890-
Shown after the code action in `lsp-execute-code-action',
4891-
... (see `lsp-preferred-code-action-face').")
4892-
48934888
(lsp-defun lsp--code-action-title ((action &as &CodeAction :title :is-preferred? :disabled?))
48944889
"Render an `&CodeAction' as a propertized string."
48954890
(--doto (copy-sequence title)

0 commit comments

Comments
 (0)