[Kst] extragear/graphics/kst/kst
Rick Chern
rchern at interchange.ubc.ca
Tue Jul 19 22:33:46 CEST 2005
SVN commit 436474 by rchern:
Unneeded comments
M +0 -9 updatethread.cpp
--- trunk/extragear/graphics/kst/kst/updatethread.cpp #436473:436474
@@ -159,15 +159,6 @@
KstImageList il;
kstObjectSplitList<KstDataObject, KstBaseCurve>(KST::dataObjectList, cl, dol);
il = kstObjectSubList<KstDataObject,KstImage>(dol);
- // testing
-// printf("dol has: \n");
-// for (KstDataObjectList::ConstIterator i = dol.begin(); i != dol.end(); ++i) {
-// printf("%s\n", (*i)->tagName().latin1());
-// }
-// printf("il has: \n");
-// for (KstImageList::ConstIterator i = il.begin(); i != il.end(); ++i) {
-// printf("%s\n", (*i)->tagName().latin1());
-// }
// Update all curves
for (uint i = 0; i < cl.count(); ++i) {
More information about the Kst
mailing list