X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2Fdummy_impl.cpp;h=62436af5e67f112c158cb632742b82b7628db6cc;hb=5e290e4bf9fb8e7d94912dd0126751d5f6649859;hp=eb445672d6f9d49ff8f7ae5fe8b00173f7959455;hpb=687ccdbb3241f26a0875dcf9906d7609a8b56ddc;p=lyx.git diff --git a/src/tex2lyx/dummy_impl.cpp b/src/tex2lyx/dummy_impl.cpp index eb445672d6..62436af5e6 100644 --- a/src/tex2lyx/dummy_impl.cpp +++ b/src/tex2lyx/dummy_impl.cpp @@ -18,7 +18,6 @@ #include -#include "Format.h" #include "LaTeXFeatures.h" #include "LyXRC.h" #include "output_xhtml.h" @@ -73,23 +72,6 @@ Messages const & getGuiMessages() } -// -// Dummy formats support (needed by Lexer) -// - - -Formats & theFormats() -{ - static Formats dummy_formats; - return dummy_formats; -} - -bool Formats::isZippedFile(support::FileName const&) const -{ - return false; -} - - // // Dummy features support (needed by ModuleList) //