]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_support.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / mathed / math_support.C
index f1f979a9025a2ac3712ec09d471a9371918e3b9c..50163682547f204e7a84d1e6cb377628b0a5bc96 100644 (file)
@@ -24,9 +24,8 @@
 #include "frontends/font_metrics.h"
 #include "frontends/lyx_gui.h"
 
-#include "support/std_sstream.h"
-
 #include <map>
+#include <sstream>
 
 
 using std::string;
@@ -458,14 +457,6 @@ void mathed_draw_deco(PainterInfo & pi, int x, int y, int w, int h,
                                int(x + xx + 0.5), int(y + yy + 0.5),
                                int(x + x2 + 0.5), int(y + y2 + 0.5),
                                LColor::math);
-
-                       lyxerr << "drew line "
-                              << "xx=" << xx << ", yy=" << yy
-                              << ", x2 = " << x2 << ", y2 = " << y2 << '\n'
-                              << int(x + xx + 0.5) << ", "
-                              << int(y + yy + 0.5) << ", "
-                              << int(x + x2 + 0.5) << ", "
-                              << int(y + y2 + 0.5) << std::endl;
                } else {
                        int xp[32];
                        int yp[32];