浏览代码

org-macro: Remove unnecessary `declare-function'

Nicolas Goaziou 7 年之前
父节点
当前提交
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))