[Kst] branches/work/kst/1.6/kst/src/libkstmath
Andrew Walker
arwalker at sumusltd.com
Wed Jan 9 00:57:20 CET 2008
SVN commit 758743 by arwalker:
remove obsolete FIXMEs
M +0 -2 ksthistogram.cpp
M +0 -2 kstvectorview.cpp
--- branches/work/kst/1.6/kst/src/libkstmath/ksthistogram.cpp #758742:758743
@@ -353,8 +353,6 @@
void KstHistogram::save(QTextStream &ts, const QString& indent) {
- // FIXME: clean this up - all lower case nodes, maybe save points in the
- // point class itself, etc
QString l2 = indent + " ";
ts << indent << "<histogram>" << endl;
ts << l2 << "<tag>" << QStyleSheet::escape(tagName()) << "</tag>" << endl;
--- branches/work/kst/1.6/kst/src/libkstmath/kstvectorview.cpp #758742:758743
@@ -526,8 +526,6 @@
void KstVectorView::save(QTextStream &ts, const QString& indent) {
- // FIXME: clean this up - all lower case nodes, maybe save points in the
- // point class itself, etc
QString l2 = indent + " ";
ts << indent << "<vectorview>" << endl;
ts << l2 << "<tag>" << QStyleSheet::escape(tagName()) << "</tag>" << endl;
More information about the Kst
mailing list