]> git.lyx.org Git - features.git/commit
gzstream is able to read uncompressed files too
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 24 Nov 2021 10:44:53 +0000 (11:44 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 24 Nov 2021 10:44:53 +0000 (11:44 +0100)
commit4dec64dba4c3a4abbd29128e5407741b80a0c865
tree53298a244634509640fe292412dc3a473d1834f3
parent2311f42f4183b968ed0166c4dae1b5f0df00439b
gzstream is able to read uncompressed files too

This allows to simplify the code in Lexer and to remove the dependency
on Formats class.

As a consequence, a pair of dummy definitions of isZippedFile can be removed.
src/Lexer.cpp
src/tests/check_layout.cpp
src/tex2lyx/dummy_impl.cpp