diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 9868511..d930ad1 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -67,8 +67,6 @@ class WinClient; | |||
67 | class Keys; | 67 | class Keys; |
68 | class BScreen; | 68 | class BScreen; |
69 | class FbAtoms; | 69 | class FbAtoms; |
70 | class Toolbar; | ||
71 | |||
72 | 70 | ||
73 | /// main class for the window manager. | 71 | /// main class for the window manager. |
74 | /** | 72 | /** |
@@ -277,8 +275,6 @@ private: | |||
277 | typedef AtomHandlerContainer::iterator AtomHandlerContainerIt; | 275 | typedef AtomHandlerContainer::iterator AtomHandlerContainerIt; |
278 | 276 | ||
279 | AtomHandlerContainer m_atomhandler; | 277 | AtomHandlerContainer m_atomhandler; |
280 | typedef std::vector<Toolbar *> Toolbars; | ||
281 | Toolbars m_toolbars; | ||
282 | 278 | ||
283 | bool m_starting; | 279 | bool m_starting; |
284 | bool m_restarting; | 280 | bool m_restarting; |