From 2ba1360509cae6f9a196b8a91a0351a8528a3801 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 22 Feb 2013 01:18:45 +0100 Subject: [PATCH] tex2lyx/text.cpp: logic fix for previous commit - continue; is here not necessary --- src/tex2lyx/text.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index b8a11d41e9..5a4216bbd8 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -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 -- 2.39.2