Remove the FIXME because it's already enabled and working correctly

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=756461
This commit is contained in:
Jason Stubbs 2008-01-03 09:45:25 +00:00
parent b97d76a52e
commit ecbe57e4ea

View File

@ -235,9 +235,6 @@ void Corona::loadApplets(const QString& configName)
}
Applet *applet = c->addApplet(plugin, QVariantList(), appId, appletConfig.readEntry("geometry", QRectF()), true);
Q_UNUSED(applet)
// FIXME: the transform does not stick; it gets set then almost immediately reset.
// find out why and then reenable this
QList<qreal> m = appletConfig.readEntry("transform", QList<qreal>());
if (m.count() == 9) {