Remove obsolete code
ps: it was already commented out, I'm just deleting it
This commit is contained in:
parent
2e75d238ab
commit
1f34dee9b3
1 changed files with 0 additions and 8 deletions
|
@ -441,14 +441,6 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
|
|||
renderPosWindow();
|
||||
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
|
||||
// own resources we must do this.
|
||||
fluxbox->load_rc(*this);
|
||||
|
||||
#endif
|
||||
|
||||
// setup workspaces and workspace menu
|
||||
int nr_ws = *resource.workspaces;
|
||||
addWorkspace(); // at least one
|
||||
|
|
Loading…
Reference in a new issue