aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-01-12 06:36:38 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-01-12 06:36:38 (GMT)
commitf66d446a94450d509748afe28a95f48b8fdfcfc5 (patch)
tree8571ca145c2ebff8121f7865c8512da55098f956 /src/fluxbox.hh
parent5b0806f1cb3d6fc84df731551db77025a5bacc32 (diff)
downloadfluxbox-f66d446a94450d509748afe28a95f48b8fdfcfc5.zip
fluxbox-f66d446a94450d509748afe28a95f48b8fdfcfc5.tar.bz2
move some stuff from Fluxbox to BScreen
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
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;
67class Keys; 67class Keys;
68class BScreen; 68class BScreen;
69class FbAtoms; 69class FbAtoms;
70class 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;