From 494ed4047d022e958a59a83e23774d28d47e68a1 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Fri, 16 Apr 2021 21:31:36 +0200 Subject: [PATCH] GIT_SILENT Remove unused variable in powerdevil runner --- runners/powerdevil/PowerDevilRunner.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/runners/powerdevil/PowerDevilRunner.cpp b/runners/powerdevil/PowerDevilRunner.cpp index 3839fbb7d..09e83214e 100644 --- a/runners/powerdevil/PowerDevilRunner.cpp +++ b/runners/powerdevil/PowerDevilRunner.cpp @@ -114,7 +114,6 @@ void PowerDevilRunner::match(Plasma::RunnerContext &context) Plasma::QueryMatch::Type type = Plasma::QueryMatch::ExactMatch; QList matches; - QString parameter; int screenBrightnessResults = matchesScreenBrightnessKeywords(term); if (screenBrightnessResults != -1) { Plasma::QueryMatch match(this);