diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-14 11:18:37 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-09-14 17:39:10 (GMT) |
commit | 1f34dee9b3ce82a2b9f3578ecb14ad3c59080c46 (patch) | |
tree | 7b4d599063d717bb5bae80265ebfa3c7c57b9796 | |
parent | 2e75d238abe6742bfa0f97b9669aa7bc6fa65759 (diff) | |
download | fluxbox-1f34dee9b3ce82a2b9f3578ecb14ad3c59080c46.zip fluxbox-1f34dee9b3ce82a2b9f3578ecb14ad3c59080c46.tar.bz2 |
Remove obsolete code
ps: it was already commented out, I'm just deleting it
-rw-r--r-- | src/Screen.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index bc87bc4..86799da 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -441,14 +441,6 @@ BScreen::BScreen(FbTk::ResourceManager &rm, | |||
441 | renderPosWindow(); | 441 | renderPosWindow(); |
442 | m_tooltip_window->setDelay(*resource.tooltip_delay); | 442 | m_tooltip_window->setDelay(*resource.tooltip_delay); |
443 | 443 | ||
444 | #if 0 // TODO: check if this is obsolete code! | ||
445 | |||
446 | //!! TODO: we shouldn't do this more than once, but since slit handles their | ||
447 | // own resources we must do this. | ||
448 | fluxbox->load_rc(*this); | ||
449 | |||
450 | #endif | ||
451 | |||
452 | // setup workspaces and workspace menu | 444 | // setup workspaces and workspace menu |
453 | int nr_ws = *resource.workspaces; | 445 | int nr_ws = *resource.workspaces; |
454 | addWorkspace(); // at least one | 446 | addWorkspace(); // at least one |