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