GIT_SILENT Remove unused variable in powerdevil runner

wilder-5.22
Alexander Lohnau 5 years ago
parent 3f46c64e1f
commit 494ed4047d
No known key found for this signature in database
GPG Key ID: 6C45BA731AA2ED36
  1. 1
      runners/powerdevil/PowerDevilRunner.cpp

@ -114,7 +114,6 @@ void PowerDevilRunner::match(Plasma::RunnerContext &context)
Plasma::QueryMatch::Type type = Plasma::QueryMatch::ExactMatch;
QList<Plasma::QueryMatch> matches;
QString parameter;
int screenBrightnessResults = matchesScreenBrightnessKeywords(term);
if (screenBrightnessResults != -1) {
Plasma::QueryMatch match(this);

Loading…
Cancel
Save