Remove unused markedAsZombie signal
This commit is contained in:
parent
7e9c6587db
commit
363177f36f
3 changed files with 0 additions and 3 deletions
|
@ -235,7 +235,6 @@ void AbstractClient::markAsZombie()
|
|||
Q_ASSERT(!m_zombie);
|
||||
m_zombie = true;
|
||||
addWorkspaceRepaint(visibleGeometry());
|
||||
Q_EMIT markedAsZombie();
|
||||
}
|
||||
|
||||
Layer AbstractClient::layer() const
|
||||
|
|
|
@ -568,7 +568,6 @@ public:
|
|||
|
||||
Q_SIGNALS:
|
||||
void shadeChanged();
|
||||
void markedAsZombie();
|
||||
void opacityChanged(KWin::Toplevel* toplevel, qreal oldOpacity);
|
||||
void damaged(KWin::Toplevel* toplevel, const QRegion& damage);
|
||||
void inputTransformationChanged();
|
||||
|
|
|
@ -132,7 +132,6 @@ bool Unmanaged::track(xcb_window_t w)
|
|||
void Unmanaged::release(ReleaseReason releaseReason)
|
||||
{
|
||||
addWorkspaceRepaint(visibleGeometry());
|
||||
Q_EMIT markedAsZombie();
|
||||
Deleted* del = nullptr;
|
||||
if (releaseReason != ReleaseReason::KWinShutsDown) {
|
||||
del = Deleted::create(this);
|
||||
|
|
Loading…
Reference in a new issue