tex2lyx/text.cpp: logic fix for previous commit

- continue; is here not necessary
This commit is contained in:
Uwe Stöhr 2013-02-22 01:18:45 +01:00
parent a47e61e666
commit 2ba1360509

View File

@ -2451,7 +2451,6 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
} else
// we did not find a non-ert version
output_ert_inset(os, name, context);
continue;
} else {
context.check_layout(os);
// special handling of font attribute changes