branch: elpa/git-commit
commit 466bf542b08a245d915c9bf1767d3428b3462844
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Remove unnecessary declare-function
---
 lisp/magit-mode.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
index e72e425faa..246b7a6489 100644
--- a/lisp/magit-mode.el
+++ b/lisp/magit-mode.el
@@ -37,8 +37,6 @@
 
 ;; For `magit-display-buffer-fullcolumn-most-v1' from `git-commit'
 (defvar git-commit-mode)
-;; For `magit-refresh' and `magit-refresh-all'
-(declare-function magit-auto-revert-buffers "magit-autorevert" ())
 ;; For `magit-refresh-buffer'
 (declare-function magit-process-unset-mode-line-error-status "magit-process" 
())
 ;; For `magit-refresh-get-relative-position'

Reply via email to