little cleanup
This commit is contained in:
parent
83a7202a66
commit
282326a9d0
1 changed files with 0 additions and 7 deletions
|
@ -297,11 +297,6 @@ void SystemTray::addClient(Window win) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
WinClient *winclient = Fluxbox::instance()->searchWindow(win);
|
|
||||||
if (winclient && winclient->fbwindow())
|
|
||||||
// remove client from FluxboxWindow first
|
|
||||||
winclient->fbwindow()->restore(winclient, false);
|
|
||||||
|
|
||||||
FbTk::FbWindow *traywin = new TrayWindow(win);
|
FbTk::FbWindow *traywin = new TrayWindow(win);
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
@ -403,8 +398,6 @@ void SystemTray::rearrangeClients() {
|
||||||
(*client_it)->moveResize(x, y, h_rot0, h_rot0);
|
(*client_it)->moveResize(x, y, h_rot0, h_rot0);
|
||||||
(*client_it)->sendConfigureNotify(x, y, h_rot0, h_rot0);
|
(*client_it)->sendConfigureNotify(x, y, h_rot0, h_rot0);
|
||||||
}
|
}
|
||||||
|
|
||||||
client_it = m_clients.begin();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void SystemTray::removeAllClients() {
|
void SystemTray::removeAllClients() {
|
||||||
|
|
Loading…
Reference in a new issue