From 7a103ba6d74dd49b7affb84508baaba0d7f2bf07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Sat, 23 Jun 2012 16:57:22 +0200 Subject: [PATCH] tex2lyx/Preamble.cpp: remove a FIXME, the problem was only in trunk (bug #8211) and is now fixed --- src/tex2lyx/Preamble.cpp | 3 --- 1 file changed, 3 deletions(-) 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") {