X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2Fdummy_impl.cpp;fp=src%2Ftex2lyx%2Fdummy_impl.cpp;h=6c8d13c3677cafa80014f6cb20e82a5a85b52a8b;hb=ed15c31bf8f988ed778b91118c69c360dd8f9538;hp=8ad5b7985908c109ea3e7494e4a2f8999dbb9f63;hpb=37290fdb610869fa3756815217e9d5d7edf87d5c;p=lyx.git diff --git a/src/tex2lyx/dummy_impl.cpp b/src/tex2lyx/dummy_impl.cpp index 8ad5b79859..6c8d13c367 100644 --- a/src/tex2lyx/dummy_impl.cpp +++ b/src/tex2lyx/dummy_impl.cpp @@ -20,7 +20,6 @@ #include "Format.h" #include "LaTeXFeatures.h" -#include "LyXRC.h" #include "output_xhtml.h" #include "support/Messages.h" @@ -58,15 +57,8 @@ bool verbose = false; // Dummy LyXRC support // -LyXRC lyxrc; -/** Note that some variables are not initialized correctly. Hopefully - * they are not used in our code (currently valgrind does not complain). - * Linking against the full LyXRC.cpp forces us to pull too much - * stuff. - */ -LyXRC::LyXRC() -{} +class LyXRC {} lyxrc; //