Browse Source

ob-exp: Remove spurious declaration

Nicolas Goaziou 8 years ago
parent
commit
481709e11b
1 changed files with 0 additions and 1 deletions
  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)