org-macro: Remove unnecessary `declare-function'

This commit is contained in:
Nicolas Goaziou 2018-04-29 12:26:59 +02:00
parent 722f8a517f
commit bc92f734cf
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@
(declare-function org-file-url-p "org" (file))
(declare-function org-in-commented-heading-p "org" (&optional no-inheritance))
(declare-function org-mode "org" ())
(declare-function org-trim "org" (s &optional keep-lead))
(declare-function vc-backend "vc-hooks" (f))
(declare-function vc-call "vc-hooks" (fun file &rest args) t)
(declare-function vc-exec-after "vc-dispatcher" (code))