aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-14 11:18:37 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-07-14 11:18:37 (GMT)
commite02a5844b77732b64dd4da109f38276c55723aa0 (patch)
treed885a08b2d2fbb2e8a81b4101285966e461690b6 /src
parentc163251a22fd7a75e95dc5c23b0ab1a16051cb27 (diff)
downloadfluxbox_pavel-e02a5844b77732b64dd4da109f38276c55723aa0.zip
fluxbox_pavel-e02a5844b77732b64dd4da109f38276c55723aa0.tar.bz2
Remove obsolete code
ps: it was already commented out, I'm just deleting it
Diffstat (limited to 'src')
-rw-r--r--src/Screen.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index ea6b7a4..e855727 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -408,14 +408,6 @@ BScreen::BScreen(FbTk::ResourceManager_base &rm,
408 renderPosWindow(); 408 renderPosWindow();
409 m_tooltip_window->setDelay(*resource.tooltip_delay); 409 m_tooltip_window->setDelay(*resource.tooltip_delay);
410 410
411#if 0 // TODO: check if this is obsolete code!
412
413 //!! TODO: we shouldn't do this more than once, but since slit handles their
414 // own resources we must do this.
415 fluxbox->load_rc(*this);
416
417#endif
418
419 // setup workspaces and workspace menu 411 // setup workspaces and workspace menu
420 int nr_ws = *resource.workspaces; 412 int nr_ws = *resource.workspaces;
421 addWorkspace(); // at least one 413 addWorkspace(); // at least one