From a2202472aa4d488da7562fe8b150c42dddc2d7f2 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Tue, 6 Sep 2016 16:04:16 +0200 Subject: [PATCH] Remove unused traces of kdesu Summary: Include is unused, and kdesu should die regardless Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D2681 --- runners/shell/CMakeLists.txt | 1 - runners/shell/shellrunner.cpp | 3 --- 2 files changed, 4 deletions(-) diff --git a/runners/shell/CMakeLists.txt b/runners/shell/CMakeLists.txt index a9b080f26..37b3916af 100644 --- a/runners/shell/CMakeLists.txt +++ b/runners/shell/CMakeLists.txt @@ -13,7 +13,6 @@ target_link_libraries(krunner_shell KF5::I18n KF5::Plasma KF5::Runner - KF5::Su KF5::Completion Qt5::Widgets ) diff --git a/runners/shell/shellrunner.cpp b/runners/shell/shellrunner.cpp index a893b83ee..4063ef17c 100644 --- a/runners/shell/shellrunner.cpp +++ b/runners/shell/shellrunner.cpp @@ -21,9 +21,6 @@ #include #include -#ifdef Q_OS_UNIX -#include -#endif #include #include #include