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
This commit is contained in:
parent
27d06a1d4c
commit
8aa7bb28c8
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue