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-11-01 10:04:01 (GMT)
commit5d355d755d3204eb3c9b9c1846e3aca78020b6d4 (patch)
treeddc8d3744785bed12eddfb27108b1f438f0b6e39 /src/IconbarTool.hh
parentd76bdcca7a8a70dd47eda5200d312173c302b7b9 (diff)
downloadfluxbox_paul-5d355d755d3204eb3c9b9c1846e3aca78020b6d4.zip
fluxbox_paul-5d355d755d3204eb3c9b9c1846e3aca78020b6d4.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;