Forgot to remove obsolete comment

This commit is contained in:
Georg Baum 2012-10-18 20:57:03 +02:00
parent 75ba5d3db5
commit 33c3e63f40

View File

@ -1497,8 +1497,6 @@ void parse_environment(Parser & p, ostream & os, bool outer,
else if (name == "lstlisting") {
eat_whitespace(p, os, parent_context, false);
// FIXME handle the automatic color package loading
// uwestoehr asks: In what case color is loaded?
parse_listings(p, os, parent_context, false);
p.skip_spaces();
}