]> git.lyx.org Git - features.git/commitdiff
tex2lyx/Preamble.cpp: remove a FIXME, the problem was only in trunk (bug #8211) and...
authorUwe Stöhr <uwestoehr@lyx.org>
Sat, 23 Jun 2012 14:57:22 +0000 (16:57 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sat, 23 Jun 2012 14:57:22 +0000 (16:57 +0200)
src/tex2lyx/Preamble.cpp

index 781ce2cc7997ec1f81e06c0157ea37d223356f30..c8bd9cbff9ceb549f6f11f39a5aa0c55ffc7f427 100644 (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") {