diff --git a/src/useractions.cpp b/src/useractions.cpp index fc1dbe4a43..06b2e04958 100644 --- a/src/useractions.cpp +++ b/src/useractions.cpp @@ -1187,8 +1187,6 @@ void Workspace::slotWindowToScreen() { if (USABLE_ACTIVE_CLIENT) { const int i = senderValue(sender()); - if (i < 0) - return; if (i >= 0 && i <= screens()->count()) { sendClientToScreen(active_client, i); }