[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Tue Jan 24 01:22:32 CET 2006
SVN commit 501828 by arwalker:
Remove printf. Probably not a great idea to use c and C as variables in the same function.
M +0 -1 kstviewobject.cpp
--- trunk/extragear/graphics/kst/kst/kstviewobject.cpp #501827:501828
@@ -726,7 +726,6 @@
if (c>=_columns) c = _columns-1;
if (r>=rows) r = rows-1;
- printf("%s %d %d %d\n", childrenCopy[i]->tagName().latin1(), childrenCopy[i]->dirty(), r,c);
C = c + r*_columns;
if (childrenCopy[i]->dirty()) { // newly added plots get no priority
dirty = true;
More information about the Kst
mailing list