Merge pull request #2303 from sigprof/remove-systray_cleanup

Remove systray_cleanup() from drawin_systray_kickout() (#2301)
This commit is contained in:
mergify[bot] 2018-07-20 13:27:06 +00:00 committed by GitHub
commit f1c8743e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ drawin_systray_kickout(drawin_t *w)
/* Who! Check that we're not deleting a drawin with a systray, because it /* Who! Check that we're not deleting a drawin with a systray, because it
* may be its parent. If so, we reparent to root before, otherwise it will * may be its parent. If so, we reparent to root before, otherwise it will
* hurt very much. */ * hurt very much. */
systray_cleanup();
xcb_reparent_window(globalconf.connection, xcb_reparent_window(globalconf.connection,
globalconf.systray.window, globalconf.systray.window,
globalconf.screen->root, globalconf.screen->root,