From: Georg Baum Date: Thu, 18 Oct 2012 18:57:03 +0000 (+0200) Subject: Forgot to remove obsolete comment X-Git-Tag: 2.0.6~209 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b4150f1f82fa511405cb646de250c6da0c04bb58;p=features.git Forgot to remove obsolete comment --- diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 3a2e493f8c..3e38367c21 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -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);