浏览代码

ob-exp: Remove spurious declaration

Nicolas Goaziou 8 年之前
父节点
当前提交
481709e11b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lisp/ob-exp.el

+ 0 - 1
lisp/ob-exp.el

@@ -34,7 +34,6 @@
 (declare-function org-export-copy-buffer "ox" ())
 (declare-function org-fill-template "org" (template alist))
 (declare-function org-get-indentation "org" (&optional line))
-(declare-function org-heading-components "org" ())
 (declare-function org-in-commented-heading-p "org" (&optional no-inheritance))
 
 (defvar org-src-preserve-indentation)