From b4150f1f82fa511405cb646de250c6da0c04bb58 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 18 Oct 2012 20:57:03 +0200 Subject: [PATCH] Forgot to remove obsolete comment --- src/tex2lyx/text.cpp | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.5