Remove comment related translators in export back-ends
commita0f2293405ce3932e04297470d9954df1b9e3513
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 28 Mar 2015 09:48:05 +0000 (28 10:48 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 28 Mar 2015 09:56:11 +0000 (28 10:56 +0100)
tree4015671496cc732f731e18b2b7ba78024461e7e4
parent0ac26737f0c0cdc990388d6075b999adb4d4eebe
Remove comment related translators in export back-ends

* lisp/ox-ascii.el (ascii):
* lisp/ox-latex.el (latex):
* lisp/ox-man.el (man):
* lisp/ox-md.el (md):
* lisp/ox-org.el (org):
* lisp/ox-texinfo.el (texinfo):

* contrib/lisp/ox-groff.el (groff): Remove `comment' and
`comment-block' translators.

`comment' and `comment-block' translators are not needed since both
commented lines and comment blocks do not appear anymore in the parse
tree.  See 69dd4301ab7aeb581968f1c7e75167338d024c8f.
contrib/lisp/ox-groff.el
lisp/ox-ascii.el
lisp/ox-latex.el
lisp/ox-man.el
lisp/ox-md.el
lisp/ox-org.el
lisp/ox-texinfo.el