diff --git a/applet.cpp b/applet.cpp index 58dcf10c5..dbae541bd 100644 --- a/applet.cpp +++ b/applet.cpp @@ -327,7 +327,6 @@ void Applet::showConfigurationInterface() KPluginInfo::List Applet::knownApplets() { - QHash applets; KService::List offers = KServiceTypeTrader::self()->query("Plasma/Applet"); return KPluginInfo::fromServices(offers); }