From 5f6fcbbc9e89b73be88ce30f44a737c22c2f9130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 17 Mar 2014 09:34:45 +0100 Subject: [PATCH] [kwin/aurorae] Removed unused KPluginInfo Removes warning about deprecated functionality. --- clients/aurorae/src/aurorae.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/aurorae/src/aurorae.cpp b/clients/aurorae/src/aurorae.cpp index ec61faa4c5..f2457c3aa1 100644 --- a/clients/aurorae/src/aurorae.cpp +++ b/clients/aurorae/src/aurorae.cpp @@ -126,7 +126,6 @@ void AuroraeFactory::initQML(const KConfigGroup &group) return; } KService::Ptr service = offers.first(); - KPluginInfo plugininfo(service); const QString pluginName = service->property(QStringLiteral("X-KDE-PluginInfo-Name")).toString(); const QString scriptName = service->property(QStringLiteral("X-Plasma-MainScript")).toString(); const QString file = QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral(KWIN_NAME) + QStringLiteral("/decorations/") + pluginName + QStringLiteral("/contents/") + scriptName);