diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 622ba55..6ba6a06 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -842,11 +842,6 @@ void BScreen::reconfigure() { | |||
842 | // notify objects that the screen is reconfigured | 842 | // notify objects that the screen is reconfigured |
843 | m_reconfigure_sig.emit(*this); | 843 | m_reconfigure_sig.emit(*this); |
844 | 844 | ||
845 | // Reload style | ||
846 | FbTk::ThemeManager::instance().load(fluxbox->getStyleFilename(), | ||
847 | fluxbox->getStyleOverlayFilename(), | ||
848 | m_root_theme->screenNum()); | ||
849 | |||
850 | reconfigureTabs(); | 845 | reconfigureTabs(); |
851 | } | 846 | } |
852 | 847 | ||