kill an unused variable (relic of a previous implementation)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=686947
This commit is contained in:
Alex Merry 2007-07-12 13:27:05 +00:00
parent 71c21577d3
commit 7de863a242

View File

@ -327,7 +327,6 @@ void Applet::showConfigurationInterface()
KPluginInfo::List Applet::knownApplets() KPluginInfo::List Applet::knownApplets()
{ {
QHash<QString, KPluginInfo> applets;
KService::List offers = KServiceTypeTrader::self()->query("Plasma/Applet"); KService::List offers = KServiceTypeTrader::self()->query("Plasma/Applet");
return KPluginInfo::fromServices(offers); return KPluginInfo::fromServices(offers);
} }