Skip to content

Commit

Permalink
Remove stale function declarations
Browse files Browse the repository at this point in the history
The first stale for each commit is listed.

magit-blame-chunk-get     6f96ff2
magit-call-git            f330168
magit-find-file-noselect  023a163
magit-insert-tags-header  038b7f7
magit-local-branch-p      2dc55af
message-goto-body         eb24641
  • Loading branch information
kyleam committed Jul 10, 2016
1 parent 6be8bc0 commit d97b418
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions lisp/magit-diff.el
Expand Up @@ -37,8 +37,6 @@
(declare-function magit-dired-jump 'magit)
(declare-function magit-find-file-noselect 'magit)
(declare-function magit-status-internal 'magit)
;; For `magit-diff-wash-revision'
(declare-function magit-insert-tags-header 'magit)
;; For `magit-diff-while-committing'
(declare-function magit-commit-message-buffer 'magit)
;; For `magit-insert-revision-gravatar'
Expand Down
2 changes: 0 additions & 2 deletions lisp/magit-log.el
Expand Up @@ -32,9 +32,7 @@
(require 'magit-core)
(require 'magit-diff)

(declare-function magit-blame-chunk-get 'magit-blame)
(declare-function magit-blob-visit 'magit)
(declare-function magit-find-file-noselect 'magit)
(declare-function magit-insert-head-branch-header 'magit)
(declare-function magit-insert-upstream-branch-header 'magit)
(declare-function magit-read-file-from-rev 'magit)
Expand Down
2 changes: 0 additions & 2 deletions lisp/magit-popup.el
Expand Up @@ -63,15 +63,13 @@
(declare-function Man-next-section 'man)

;; For the `:variable' event type.
(declare-function magit-call-git 'magit-process)
(declare-function magit-git-string 'magit-git)
(declare-function magit-refresh 'magit-mode)
(declare-function magit-get 'magit-git)
(declare-function magit-set 'magit-git)

;; For branch actions.
(declare-function magit-branch-set-face 'magit-git)
(declare-function magit-local-branch-p 'magit-git)

;;; Settings
;;;; Custom Groups
Expand Down
1 change: 0 additions & 1 deletion lisp/magit.el
Expand Up @@ -66,7 +66,6 @@
(eval-when-compile (require 'eshell))
(declare-function eshell-parse-arguments 'eshell)
(eval-when-compile (require 'message))
(declare-function message-goto-body 'message)

(defconst magit--minimal-git "1.9.4")
(defconst magit--minimal-emacs "24.4")
Expand Down

0 comments on commit d97b418

Please sign in to comment.