disabled potentially dead code
This commit is contained in:
parent
ecdaba2874
commit
8a7c117153
1 changed files with 3 additions and 0 deletions
|
@ -470,11 +470,14 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
|
||||||
renderPosWindow();
|
renderPosWindow();
|
||||||
m_tooltip_window->setDelay(*resource.tooltip_delay);
|
m_tooltip_window->setDelay(*resource.tooltip_delay);
|
||||||
|
|
||||||
|
#if 0 // TODO: check if this is obsolete code!
|
||||||
|
|
||||||
//!! TODO: we shouldn't do this more than once, but since slit handles their
|
//!! TODO: we shouldn't do this more than once, but since slit handles their
|
||||||
// own resources we must do this.
|
// own resources we must do this.
|
||||||
fluxbox->load_rc(*this);
|
fluxbox->load_rc(*this);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// setup workspaces and workspace menu
|
// setup workspaces and workspace menu
|
||||||
int nr_ws = *resource.workspaces;
|
int nr_ws = *resource.workspaces;
|
||||||
addWorkspace(); // at least one
|
addWorkspace(); // at least one
|
||||||
|
|
Loading…
Reference in a new issue