From 52eabd064d9daf1c37ee35c370423a8901be02c6 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 8 Jun 2021 11:08:14 +0300 Subject: [PATCH] Remove unused define preprocessor directive IN_KWIN is unused. --- src/useractions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/useractions.cpp b/src/useractions.cpp index 4cfb38a9d1..07283f7250 100644 --- a/src/useractions.cpp +++ b/src/useractions.cpp @@ -955,7 +955,6 @@ void Workspace::initShortcut(const QString &actionName, const QString &descripti */ void Workspace::initShortcuts() { -#define IN_KWIN // Some shortcuts have Tarzan-speech like names, they need extra // normal human descriptions with DEF2() the others can use DEF() // new DEF3 allows to pass data to the action, replacing the %1 argument in the name