mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
org-export: Remove unused function declarations
This commit is contained in:
parent
0408270ad2
commit
e4799ef25e
@ -74,23 +74,6 @@
|
||||
(eval-when-compile (require 'cl))
|
||||
(require 'org-element)
|
||||
|
||||
|
||||
(declare-function org-e-ascii-export-as-ascii "org-e-ascii"
|
||||
(&optional subtreep visible-only body-only ext-plist))
|
||||
(declare-function org-e-ascii-export-to-ascii "org-e-ascii"
|
||||
(&optional subtreep visible-only body-only ext-plist pub-dir))
|
||||
(declare-function org-e-html-export-as-html "org-e-html"
|
||||
(&optional subtreep visible-only body-only ext-plist))
|
||||
(declare-function org-e-html-export-to-html "org-e-html"
|
||||
(&optional subtreep visible-only body-only ext-plist pub-dir))
|
||||
(declare-function org-e-latex-export-as-latex "org-e-latex"
|
||||
(&optional subtreep visible-only body-only ext-plist))
|
||||
(declare-function org-e-latex-export-to-latex "org-e-latex"
|
||||
(&optional subtreep visible-only body-only ext-plist pub-dir))
|
||||
(declare-function org-e-latex-export-to-pdf "org-e-latex"
|
||||
(&optional subtreep visible-only body-only ext-plist pub-dir))
|
||||
(declare-function org-e-odt-export-to-odt "org-e-odt"
|
||||
(&optional subtreep visible-only body-only ext-plist pub-dir))
|
||||
(declare-function org-e-publish "org-e-publish" (project &optional force))
|
||||
(declare-function org-e-publish-all "org-e-publish" (&optional force))
|
||||
(declare-function org-e-publish-current-file "org-e-publish" (&optional force))
|
||||
|
Loading…
Reference in New Issue
Block a user