Drop no longer needed emitKeepAbove/BelowChanged from KDecoration

Not called from anywhere and marked as remove Qt5.
remotes/origin/Plasma/5.0
Martin Gräßlin 13 years ago
parent c5e60a7ce8
commit 8d4e2a630f
  1. 10
      libkdecorations/kdecoration.cpp
  2. 10
      libkdecorations/kdecoration.h

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

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

Loading…
Cancel
Save