diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-21 13:25:47 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-21 13:25:47 (GMT) |
commit | 71674739ec6de376273cb3c5b938da132e7035c5 (patch) | |
tree | abd6e295067347b6f95622c9ed1a00c6396dc314 /src/SendToMenu.hh | |
parent | 86819abab91cf3ea20540278d00bad6a6b86d4b0 (diff) | |
download | fluxbox_pavel-71674739ec6de376273cb3c5b938da132e7035c5.zip fluxbox_pavel-71674739ec6de376273cb3c5b938da132e7035c5.tar.bz2 |
Changed workspace names signal in BScreen to use the new signal system
Diffstat (limited to 'src/SendToMenu.hh')
-rw-r--r-- | src/SendToMenu.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SendToMenu.hh b/src/SendToMenu.hh index a217b5f..37f45fc 100644 --- a/src/SendToMenu.hh +++ b/src/SendToMenu.hh | |||
@@ -52,8 +52,6 @@ private: | |||
52 | 52 | ||
53 | /// Rebuild the menu from scratch. | 53 | /// Rebuild the menu from scratch. |
54 | void rebuildMenu(); | 54 | void rebuildMenu(); |
55 | /// listens to signals that makes this instance need to rebuild menu | ||
56 | FbTk::Observer *m_rebuildObs; | ||
57 | }; | 55 | }; |
58 | 56 | ||
59 | #endif // SENDTOMENU_HH | 57 | #endif // SENDTOMENU_HH |