aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 5032a32..4f41e4d 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -356,7 +356,6 @@ Fluxbox::Fluxbox(int argc, char **argv,
356 // Create keybindings handler and load keys file 356 // Create keybindings handler and load keys file
357 // Note: this needs to be done before creating screens 357 // Note: this needs to be done before creating screens
358 m_key.reset(new Keys); 358 m_key.reset(new Keys);
359 m_key->reconfigure();
360 359
361 vector<int> screens; 360 vector<int> screens;
362 int i; 361 int i;
@@ -1194,7 +1193,6 @@ void Fluxbox::reconfigure() {
1194 1193
1195void Fluxbox::real_reconfigure() { 1194void Fluxbox::real_reconfigure() {
1196 STLUtil::forAll(m_screen_list, mem_fun(&BScreen::reconfigure)); 1195 STLUtil::forAll(m_screen_list, mem_fun(&BScreen::reconfigure));
1197 m_key->reconfigure();
1198} 1196}
1199 1197
1200BScreen *Fluxbox::findScreen(int id) { 1198BScreen *Fluxbox::findScreen(int id) {