From 8d4e2a630f7fd9aba0dd3fc1cb366252cc75652a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 23 Aug 2013 19:25:19 +0200 Subject: [PATCH] Drop no longer needed emitKeepAbove/BelowChanged from KDecoration Not called from anywhere and marked as remove Qt5. --- libkdecorations/kdecoration.cpp | 10 ---------- libkdecorations/kdecoration.h | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/libkdecorations/kdecoration.cpp b/libkdecorations/kdecoration.cpp index 4d7a68dce3..99e079b0f1 100644 --- a/libkdecorations/kdecoration.cpp +++ b/libkdecorations/kdecoration.cpp @@ -346,16 +346,6 @@ void KDecoration::setKeepBelow(bool set) bridge_->setKeepBelow(set); } -void KDecoration::emitKeepAboveChanged(bool above) -{ - keepAboveChanged(above); -} - -void KDecoration::emitKeepBelowChanged(bool below) -{ - keepBelowChanged(below); -} - bool KDecoration::windowDocked(Position) { return false; diff --git a/libkdecorations/kdecoration.h b/libkdecorations/kdecoration.h index 7955901c88..45132691ff 100644 --- a/libkdecorations/kdecoration.h +++ b/libkdecorations/kdecoration.h @@ -1131,16 +1131,6 @@ public Q_SLOTS: * @param set Whether to keep the window below others */ void setKeepBelow(bool set); - /** - * @internal - * TODO KF5: remove me - */ - void emitKeepAboveChanged(bool above); - /** - * @internal - * TODO KF5: remove me - */ - void emitKeepBelowChanged(bool below); protected Q_SLOTS: /**