aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Window.cc b/src/Window.cc
index e1cf224..a275e43 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -394,13 +394,6 @@ void FluxboxWindow::init() {
394 394
395 frame().setUseShape(!m_shaped); 395 frame().setUseShape(!m_shaped);
396 396
397 frame().setTabPlacement(screen().getTabPlacement());
398 if (screen().getDefaultInternalTabs()) {
399 frame().setTabMode(FbWinFrame::INTERNAL);
400 } else {
401 frame().setTabMode(FbWinFrame::EXTERNAL);
402 }
403
404 //!! TODO init of client should be better 397 //!! TODO init of client should be better
405 // we don't want to duplicate code here and in attachClient 398 // we don't want to duplicate code here and in attachClient
406 m_clientlist.push_back(m_client); 399 m_clientlist.push_back(m_client);