aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Screen.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 58aec0d..0677a14 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -470,11 +470,14 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
470 renderPosWindow(); 470 renderPosWindow();
471 m_tooltip_window->setDelay(*resource.tooltip_delay); 471 m_tooltip_window->setDelay(*resource.tooltip_delay);
472 472
473#if 0 // TODO: check if this is obsolete code!
473 474
474 //!! TODO: we shouldn't do this more than once, but since slit handles their 475 //!! TODO: we shouldn't do this more than once, but since slit handles their
475 // own resources we must do this. 476 // own resources we must do this.
476 fluxbox->load_rc(*this); 477 fluxbox->load_rc(*this);
477 478
479#endif
480
478 // setup workspaces and workspace menu 481 // setup workspaces and workspace menu
479 int nr_ws = *resource.workspaces; 482 int nr_ws = *resource.workspaces;
480 addWorkspace(); // at least one 483 addWorkspace(); // at least one