]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/dummy_impl.cpp
Move Kluwer template to attic.
[lyx.git] / src / tex2lyx / dummy_impl.cpp
index eb445672d6f9d49ff8f7ae5fe8b00173f7959455..62436af5e67f112c158cb632742b82b7628db6cc 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <config.h>
 
-#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)
 //