From 093133c411d4eb395ccad92041486dd1bbd20f18 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 15 Jan 2020 21:06:03 +0200 Subject: [PATCH] [plugins/windowsystem] Use upstream KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE Summary: The next release of Plasma depends on KF 5.66. Reviewers: #kwin, dfaure Reviewed By: dfaure Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D26694 --- plugins/windowsystem/windowsystem.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugins/windowsystem/windowsystem.h b/plugins/windowsystem/windowsystem.h index 1e97ab3d69..691adcc018 100644 --- a/plugins/windowsystem/windowsystem.h +++ b/plugins/windowsystem/windowsystem.h @@ -23,15 +23,6 @@ #include -// Compat with KF < 5.64 -#ifndef KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE -#ifndef KWINDOWSYSTEM_NO_DEPRECATED -#define KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE(x, y) 1 -#else -#define KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE(x, y) 0 -#endif -#endif - namespace KWin {