Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
1e4b48df
Commit
1e4b48df
authored
May 11, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
useractions: Remove redundant logic
parent
c8a1f481
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/useractions.cpp
View file @
1e4b48df
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment