]> git.lyx.org Git - features.git/commitdiff
Forgot to remove obsolete comment
authorGeorg Baum <baum@lyx.org>
Thu, 18 Oct 2012 18:57:03 +0000 (20:57 +0200)
committerGeorg Baum <baum@lyx.org>
Wed, 28 Nov 2012 20:57:33 +0000 (21:57 +0100)
src/tex2lyx/text.cpp

index 3a2e493f8c23fd5f1778596e63b20bc1f15c3c5b..3e38367c21efd8bce5d11351766cc8ec0ae8786f 100644 (file)
@@ -1375,8 +1375,6 @@ void parse_environment(Parser & p, ostream & os, bool outer,
        else if (name == "lstlisting") {
                eat_whitespace(p, os, parent_context, false);
                // FIXME handle listings with parameters
-               //       If this is added, don't forgot to handle the
-               //       automatic color package loading
                if (p.hasOpt())
                        parse_unknown_environment(p, name, os, FLAG_END,
                                                  outer, parent_context);