aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-05 11:18:55 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:13:12 (GMT)
commit428ca1193dd6be20ea6eba152041f0a1222e9c48 (patch)
treed5b64d38a0e5fa89964acf2449a876b7d2ec23e1 /src/IconbarTool.hh
parent76855f197979cb8b1fe59c208d65e080cf19081a (diff)
downloadfluxbox_paul-428ca1193dd6be20ea6eba152041f0a1222e9c48.zip
fluxbox_paul-428ca1193dd6be20ea6eba152041f0a1222e9c48.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;