diff options
Diffstat (limited to 'src')
-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 | ||