diff options
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 fe10eec..34b4c9f 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -45,7 +45,6 @@ class FluxboxWindow; | |||
45 | class Workspace:private FbTk::NotCopyable { | 45 | class Workspace:private FbTk::NotCopyable { |
46 | public: | 46 | public: |
47 | typedef std::vector<FluxboxWindow *> Windows; | 47 | typedef std::vector<FluxboxWindow *> Windows; |
48 | typedef std::vector<Window> Stack; | ||
49 | 48 | ||
50 | Workspace(BScreen &screen, FbTk::MultLayers &layermanager, | 49 | Workspace(BScreen &screen, FbTk::MultLayers &layermanager, |
51 | unsigned int workspaceid = 0); | 50 | unsigned int workspaceid = 0); |