aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-04-29 08:52:28 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:45 (GMT)
commitf7d7dfd2a8047207dbe90bc77592c25acf4ca15c (patch)
tree46eb8596d15fb0450f07e3e5d58e2c5449c4c020 /src/Slit.hh
parent54230c9a4474baf4f1c56773992212093e222349 (diff)
downloadfluxbox-f7d7dfd2a8047207dbe90bc77592c25acf4ca15c.zip
fluxbox-f7d7dfd2a8047207dbe90bc77592c25acf4ca15c.tar.bz2
Convert FbTk::Theme::reconfigSig and friends to the new Signal system
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway.
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 7f2729d..2f2eac8 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -134,7 +134,6 @@ public:
134private: 134private:
135 /// Called when screen has changed 135 /// Called when screen has changed
136 void screenSizeChanged(BScreen &screen); 136 void screenSizeChanged(BScreen &screen);
137 void updateForScreen(BScreen &screen);
138 137
139 void updateAlpha(); 138 void updateAlpha();
140 void clearWindow(); 139 void clearWindow();