]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
Further to r26743, add CustomPars and ForcePlain layout tags to InsetLayout,
[lyx.git] / src / output_latex.cpp
index 0f387719b49560d0c7499cf669816cc20947165b..646e836480751b3c6323d1ea1cd8ce3888f36b2e 100644 (file)
@@ -749,8 +749,6 @@ void latexParagraphs(Buffer const & buf,
        ParagraphList::const_iterator par = paragraphs.begin();
        ParagraphList::const_iterator endpar = paragraphs.end();
 
-       Encodings::initMathAndTextSets();
-
        LASSERT(runparams.par_begin <= runparams.par_end, /**/);
        // if only part of the paragraphs will be outputed
        if (runparams.par_begin !=  runparams.par_end) {