Drop no longer needed emitKeepAbove/BelowChanged from KDecoration

Not called from anywhere and marked as remove Qt5.
This commit is contained in:
Martin Gräßlin 2013-08-23 19:25:19 +02:00
parent c5e60a7ce8
commit 8d4e2a630f
2 changed files with 0 additions and 20 deletions

View file

@ -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;

View file

@ -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:
/**