tex2lyx/Preamble.cpp: remove a FIXME, the problem was only in trunk (bug #8211) and is now fixed

This commit is contained in:
Uwe Stöhr 2012-06-23 16:57:22 +02:00
parent 746d235c43
commit 7a103ba6d7

View File

@ -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") {