aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-05 11:18:55 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-08-05 11:18:55 (GMT)
commit6aa16dec73cdcf27b7ffa7ad07b090fe7a66f741 (patch)
tree7ddffa7b4926da6d31a7c7f3881b05e16d00bbcd /src/IconbarTool.hh
parentcf11e9c960636434f8b398f47b1e55d27ad18e4e (diff)
downloadfluxbox_pavel-6aa16dec73cdcf27b7ffa7ad07b090fe7a66f741.zip
fluxbox_pavel-6aa16dec73cdcf27b7ffa7ad07b090fe7a66f741.tar.bz2
Remove theme reconfig handlers in iconbartool
as far as i can tell, they weren't doing anything and I observed no issues after removing them.
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index 9091a91..6ce3c35 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -97,8 +97,6 @@ private:
97 /// called when the list emits a signal 97 /// called when the list emits a signal
98 void update(UpdateReason reason, Focusable *win); 98 void update(UpdateReason reason, Focusable *win);
99 99
100 void themeReconfigured();
101
102 BScreen &m_screen; 100 BScreen &m_screen;
103 FbTk::Container m_icon_container; 101 FbTk::Container m_icon_container;
104 IconbarTheme &m_theme; 102 IconbarTheme &m_theme;