remove false noop breaking branches

BUG: 328007
FIXED-IN: 4.11.4
This commit is contained in:
Thomas Lübking 2013-11-24 14:21:35 +01:00
parent 1885a90393
commit 6e56dcd60a

View file

@ -668,7 +668,6 @@ void Client::packTo(int left, int top)
void Workspace::slotWindowPackLeft()
{
if (active_client && active_client->isMovable())
active_client->screen();
active_client->packTo(packPositionLeft(active_client, active_client->geometry().left(), true),
active_client->y());
}