branch: elpa/flycheck
commit 6125d3103809c61fb9ee322c5e227eb09b882f35
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Remove long-obsolete function aliases
    
    flycheck-info has been obsolete since Flycheck 26, and
    flycheck-error-level-make-fringe-icon since Flycheck 33.
    After 10+ and 3+ major versions respectively, it's safe
    to remove them.
---
 flycheck.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/flycheck.el b/flycheck.el
index 296abb4c12..576c5faf65 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -1343,9 +1343,6 @@ Key bindings:
         (read-only-mode 0)
         (insert help)))))
 
-(define-obsolete-function-alias 'flycheck-info
-  'flycheck-manual "Flycheck 26" "Open the Flycheck manual.")
-
 
 ;;; Utility functions
 (defun flycheck-sexp-to-string (sexp)
@@ -4355,10 +4352,6 @@ show the indicator."
              "")))
      (_ (error "Invalid fringe side: %S" side)))))
 
-(define-obsolete-function-alias
-  'flycheck-error-level-make-fringe-icon
-  'flycheck-error-level-make-indicator
-  "33")
 
 
 ;;; Built-in error levels

Reply via email to