[LyX/master] Remove parsers in included hunspell

Jean-Marc Lasgouttes lasgouttes at lyx.org
Sun Dec 20 18:17:07 UTC 2020


commit d04a8cf58fee7162bfab3d57191f6059c46b8e42
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Sun Dec 20 19:39:35 2020 +0100

    Remove parsers in included hunspell

 3rdparty/hunspell/1.7.0/src/parsers/Makefile.am    |   18 --
 .../hunspell/1.7.0/src/parsers/firstparser.cxx     |   65 -----
 .../hunspell/1.7.0/src/parsers/firstparser.hxx     |   56 ----
 3rdparty/hunspell/1.7.0/src/parsers/htmlparser.cxx |   88 ------
 3rdparty/hunspell/1.7.0/src/parsers/htmlparser.hxx |   56 ----
 .../hunspell/1.7.0/src/parsers/latexparser.cxx     |  277 ------------------
 .../hunspell/1.7.0/src/parsers/latexparser.hxx     |   65 -----
 3rdparty/hunspell/1.7.0/src/parsers/manparser.cxx  |   98 -------
 3rdparty/hunspell/1.7.0/src/parsers/manparser.hxx  |   58 ----
 3rdparty/hunspell/1.7.0/src/parsers/odfparser.cxx  |   86 ------
 3rdparty/hunspell/1.7.0/src/parsers/odfparser.hxx  |   57 ----
 3rdparty/hunspell/1.7.0/src/parsers/testparser.cxx |   86 ------
 3rdparty/hunspell/1.7.0/src/parsers/textparser.cxx |  302 --------------------
 3rdparty/hunspell/1.7.0/src/parsers/textparser.hxx |   99 -------
 3rdparty/hunspell/1.7.0/src/parsers/xmlparser.cxx  |  253 ----------------
 3rdparty/hunspell/1.7.0/src/parsers/xmlparser.hxx  |   76 -----
 3rdparty/hunspell/Makefile.am                      |   15 -
 17 files changed, 0 insertions(+), 1755 deletions(-)


More information about the lyx-cvs mailing list