summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-29 12:26:59 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-29 12:26:59 +0200
commitbc92f734cf1f935c567b8f098eb1e21f8d05c9e7 (patch)
tree16edffcad56bb68f06df568715ee3321fd7e67c7
parent722f8a517f8aa73316e982c003b12438e8ad3269 (diff)
downloadorg-mode-bc92f734cf1f935c567b8f098eb1e21f8d05c9e7.tar.gz
org-macro: Remove unnecessary `declare-function'
-rw-r--r--lisp/org-macro.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org-macro.el b/lisp/org-macro.el
index cab15c8..0ed40f4 100644
--- a/lisp/org-macro.el
+++ b/lisp/org-macro.el
@@ -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))