[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Tue Sep 13 20:30:01 CEST 2005
SVN commit 460406 by staikos:
remove printf()
M +1 -4 kstfitdialog_i.cpp
--- trunk/extragear/graphics/kst/kst/kstfitdialog_i.cpp #460405:460406
@@ -174,10 +174,7 @@
}
}
- //
- // add the label and the curve to the plot...
- //
- printf("label: %s\n", strLabel.latin1());
+ // add the label and the curve to the plot
KstViewWindow *w = dynamic_cast<KstViewWindow*>(KstApp::inst()->findWindow(_strWindow));
if (w && w->view()->findChild(_strPlotName)) {
Kst2DPlotPtr plot = kst_cast<Kst2DPlot>(w->view()->findChild(_strPlotName));
More information about the Kst
mailing list