Преглед изворни кода

org-macro: Remove unnecessary `declare-function'

Nicolas Goaziou пре 6 година
родитељ
комит
bc92f734cf
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      lisp/org-macro.el

+ 0 - 1
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))