diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 3dc60c558d..3bfcc62736 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -1045,7 +1045,6 @@ void parse_box(Parser & p, ostream & os, unsigned outer_flags, hor_pos = "l"; } else if (p.next_token().asInput() == "\\centering") { wasBoxAlign = true; - os << "\n sada"; hor_pos = "c"; } else if (p.next_token().asInput() == "\\raggedleft") { wasBoxAlign = true;