Skip to content

Commit 6b80c6c

Browse files
yyonchobrotzeit
authored andcommitted
Remove obsolete variables after 7.0 release
1 parent 840620f commit 6b80c6c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lsp-ui-flycheck.el

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,6 @@ Use `lsp-diagnostics' to receive diagnostics from your LSP server."
168168
(setq mode-line-format nil)
169169
(add-hook 'post-command-hook 'lsp-ui-flycheck-list--post-command nil t))
170170

171-
(define-obsolete-function-alias 'lsp-ui-flycheck-add-mode
172-
'lsp-flycheck-add-mode "lsp-mode 6.3")
173-
174-
(define-obsolete-function-alias 'lsp-ui-flycheck-enable
175-
'lsp-flycheck-enable "lsp-mode 6.3")
176-
177-
(define-obsolete-variable-alias 'lsp-ui-flycheck-live-reporting
178-
'lsp-flycheck-live-reporting "lsp-mode 6.3")
179-
180171
(declare-function lsp-ui--workspace-path "lsp-ui" (path))
181172

182173
(provide 'lsp-ui-flycheck)

0 commit comments

Comments
 (0)