From 7de863a242000b533cf09da1f8b8baada8b6fe3d Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Thu, 12 Jul 2007 13:27:05 +0000 Subject: [PATCH] kill an unused variable (relic of a previous implementation) svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=686947 --- applet.cpp | 1 - 1 file changed, 1 deletion(-) 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); }