mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
tex2lyx/Preamble.cpp: remove a FIXME, the problem was only in trunk (bug #8211) and is now fixed
This commit is contained in:
parent
746d235c43
commit
7a103ba6d7
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user