mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
Forgot to remove obsolete comment
This commit is contained in:
parent
a47e4a3766
commit
b4150f1f82
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user