Drop useless XCB_DESTROY_NOTIFY from big event switch statement

Summary: It just returned false, but that's also the default handling.

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D7938
icc-effect-5.14.5
Martin Flöser 2017-09-22 17:20:12 +02:00
parent 27d06a1d4c
commit 8aa7bb28c8
1 changed files with 0 additions and 3 deletions

View File

@ -315,9 +315,6 @@ bool Workspace::workspaceEvent(xcb_generic_event_t *e)
//window manager who does the reparenting.
return true;
}
case XCB_DESTROY_NOTIFY: {
return false;
}
case XCB_MAP_REQUEST: {
updateXTime();