ox-html: Remove useless translator

* lisp/ox-html.el (html): Remove `footnote-definition' translator
since 1) it does not exist and 2) footnote definitions are translated
as part of of the inner template.
This commit is contained in:
Nicolas Goaziou 2020-06-23 15:51:06 +02:00
parent 83f5c6dcd8
commit b76ed658f1
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@
(export-block . org-html-export-block)
(export-snippet . org-html-export-snippet)
(fixed-width . org-html-fixed-width)
(footnote-definition . org-html-footnote-definition)
(footnote-reference . org-html-footnote-reference)
(headline . org-html-headline)
(horizontal-rule . org-html-horizontal-rule)