From ecbe57e4ea779281eb003f23c66fe089c95e3596 Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Thu, 3 Jan 2008 09:45:25 +0000 Subject: [PATCH] Remove the FIXME because it's already enabled and working correctly svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=756461 --- corona.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/corona.cpp b/corona.cpp index 901b50e52..eec0d1d6f 100644 --- a/corona.cpp +++ b/corona.cpp @@ -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 m = appletConfig.readEntry("transform", QList()); if (m.count() == 9) {