commit bf532908b6ba4dfb03d2f60fb9f4e0b43f94f765
Author: Uwe Stöhr <[email protected]>
Date: Wed May 20 00:05:12 2015 +0200
tex2lyx/text.cpp: remove an unintended addition
diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp
index 3dc60c5..3bfcc62 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;