diff options
author | fluxgen <fluxgen> | 2003-08-11 15:05:22 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-11 15:05:22 (GMT) |
commit | b490cca0981e363609dc7fdf605716b509af6fa9 (patch) | |
tree | 67f3d97f7817aedded9b46fde79e4eae3c79a1e5 /src/Workspace.hh | |
parent | e6a241ed0da941cccb670523005f3b7dcc9b18ec (diff) | |
download | fluxbox-b490cca0981e363609dc7fdf605716b509af6fa9.zip fluxbox-b490cca0981e363609dc7fdf605716b509af6fa9.tar.bz2 |
we are not using WindowStack anymore
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index ad9a166..9784635 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -100,7 +100,6 @@ private: | |||
100 | FluxboxWindow *m_lastfocus; | 100 | FluxboxWindow *m_lastfocus; |
101 | FbTk::Menu m_clientmenu; | 101 | FbTk::Menu m_clientmenu; |
102 | 102 | ||
103 | typedef std::list<FluxboxWindow *> WindowStack; | ||
104 | typedef std::vector<std::string> Group; | 103 | typedef std::vector<std::string> Group; |
105 | typedef std::vector<Group> GroupList; | 104 | typedef std::vector<Group> GroupList; |
106 | 105 | ||