[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Wed Apr 6 03:37:10 CEST 2005
CVS commit by staikos:
outdated comments - can't happen anymore
M +0 -3 kstplugin.cpp 1.92
--- kdeextragear-2/kst/kst/kstplugin.cpp #1.91:1.92
@@ -63,6 +63,4 @@ KstPlugin::KstPlugin(const QDomElement &
} else if (e.tagName() == "ovector") {
KstVectorPtr v;
-
- // FIXME: these might already exist!!
if (e.attribute("scalarList", "0").toInt()) {
v = new KstVector(e.text(), 0, true);
@@ -74,5 +72,4 @@ KstPlugin::KstPlugin(const QDomElement &
KST::addVectorToList(v);
} else if (e.tagName() == "oscalar") {
- // FIXME: these might already exist!!
_outputScalars.insert(e.attribute("name"), new KstScalar(e.text()));
}
More information about the Kst
mailing list