From: Uwe Stöhr Date: Sat, 23 Jun 2012 14:57:22 +0000 (+0200) Subject: tex2lyx/Preamble.cpp: remove a FIXME, the problem was only in trunk (bug #8211) and... X-Git-Tag: 2.1.0beta1~1744 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7a103ba6d74dd49b7affb84508baaba0d7f2bf07;p=features.git tex2lyx/Preamble.cpp: remove a FIXME, the problem was only in trunk (bug #8211) and is now fixed --- diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp index 781ce2cc79..c8bd9cbff9 100644 --- a/src/tex2lyx/Preamble.cpp +++ b/src/tex2lyx/Preamble.cpp @@ -1135,9 +1135,6 @@ void Preamble::parse(Parser & p, string const & forceclass, // support this yet, see bug #8214 p.hasOpt() ? p.getOpt() : string(); p.verbatim_item(); - // FIXME: there can be multiple occurences of - // \setotherlanguage, we need to handle them all not only the - // first one } else if (t.cs() == "setmainfont") {