[Kst] kdeextragear-2/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Mon Oct 25 23:38:27 CEST 2004
CVS commit by netterfield:
Get rid of unwanted printf
M +1 -1 kst2dplot.cpp 1.292
--- kdeextragear-2/kst/kst/kst2dplot.cpp #1.291:1.292
@@ -5228,5 +5228,5 @@ void Kst2DPlot::plotCurves(QPainter& p,
if ((Y1==Ly) && (Y2==Ly)) visible = false;
if ((Y1==Hy) && (Y2==Hy)) visible = false;
- printf("%g %d %g %d\n", X2, d2i(X2), Hx, has_right);
+
if (visible) {
if (c->barStyle() == 1) { // filled
More information about the Kst
mailing list