We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840620f commit 6b80c6cCopy full SHA for 6b80c6c
lsp-ui-flycheck.el
@@ -168,15 +168,6 @@ Use `lsp-diagnostics' to receive diagnostics from your LSP server."
168
(setq mode-line-format nil)
169
(add-hook 'post-command-hook 'lsp-ui-flycheck-list--post-command nil t))
170
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
180
(declare-function lsp-ui--workspace-path "lsp-ui" (path))
181
182
(provide 'lsp-ui-flycheck)
0 commit comments