diff options
author | Gregor Bollerhey <gbsoftware@arcor.de> | 2014-01-08 19:53:16 (GMT) |
---|---|---|
committer | Jan Sucan <jan@jansucan.com> | 2020-04-05 07:50:56 (GMT) |
commit | 47474be46c8509d960d84c102db41179db8192b0 (patch) | |
tree | fa3ef7c8b5f068b52b176e301d3897c8178e217b | |
parent | b23aba180ffe8f6af2a2955641b73f764f740f62 (diff) | |
download | fluxbox-47474be46c8509d960d84c102db41179db8192b0.zip fluxbox-47474be46c8509d960d84c102db41179db8192b0.tar.bz2 |
Sort on remove isn't needed.
-rw-r--r-- | src/SystemTray.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc index 2d1b316..dff10b5 100644 --- a/src/SystemTray.cc +++ b/src/SystemTray.cc | |||
@@ -504,8 +504,6 @@ void SystemTray::removeClient(Window win, bool destroyed) { | |||
504 | } | 504 | } |
505 | hideClient(traywin, destroyed); | 505 | hideClient(traywin, destroyed); |
506 | delete traywin; | 506 | delete traywin; |
507 | |||
508 | sortClients(); | ||
509 | } | 507 | } |
510 | 508 | ||
511 | void SystemTray::exposeEvent(XExposeEvent &event) { | 509 | void SystemTray::exposeEvent(XExposeEvent &event) { |