diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 82ff76d..d5a48c6 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -162,12 +162,6 @@ public: | |||
162 | /// handle any system signal sent to the application | 162 | /// handle any system signal sent to the application |
163 | void handleSignal(int signum); | 163 | void handleSignal(int signum); |
164 | void update(FbTk::Subject *changed); | 164 | void update(FbTk::Subject *changed); |
165 | /** | ||
166 | * Sends update signal to atomhandlers, | ||
167 | * @param screen the new screen | ||
168 | * @param old_screen the old screen if any, can be the same as new screen | ||
169 | */ | ||
170 | void updateFocusedWindow(BScreen *screen, BScreen *old_screen); | ||
171 | /// todo, remove this. just temporary | 165 | /// todo, remove this. just temporary |
172 | void updateFrameExtents(FluxboxWindow &win); | 166 | void updateFrameExtents(FluxboxWindow &win); |
173 | 167 | ||