diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-09-09 21:24:47 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-09-09 21:24:47 (GMT) |
commit | 8a7c1171538ba97083a49399f8a7fdc4524f385f (patch) | |
tree | 7dd54313a9e2f9c9c12682a5e65d8984dd66562c /src | |
parent | ecdaba28743069d23ea04531129e11cb9b42995d (diff) | |
download | fluxbox_pavel-8a7c1171538ba97083a49399f8a7fdc4524f385f.zip fluxbox_pavel-8a7c1171538ba97083a49399f8a7fdc4524f385f.tar.bz2 |
disabled potentially dead code
Diffstat (limited to 'src')
-rw-r--r-- | src/Screen.cc | 3 |
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 |