diff options
author | fluxgen <fluxgen> | 2003-08-19 16:16:28 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-19 16:16:28 (GMT) |
commit | 923d9eaf2be5c601188c8cf4f4fbb715e507533f (patch) | |
tree | d3b672993302d268d45902b89514d36bf4a6862f /src/Workspace.hh | |
parent | 3006ba49e41538bcc0c4afe958875c59a34550a9 (diff) | |
download | fluxbox_pavel-923d9eaf2be5c601188c8cf4f4fbb715e507533f.zip fluxbox_pavel-923d9eaf2be5c601188c8cf4f4fbb715e507533f.tar.bz2 |
removed old functions
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index 9784635..466b3a2 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -60,7 +60,6 @@ public: | |||
60 | void removeAll(); | 60 | void removeAll(); |
61 | void reconfigure(); | 61 | void reconfigure(); |
62 | void update(); | 62 | void update(); |
63 | void setCurrent(); | ||
64 | void shutdown(); | 63 | void shutdown(); |
65 | void addWindow(FluxboxWindow &win, bool place = false); | 64 | void addWindow(FluxboxWindow &win, bool place = false); |
66 | int removeWindow(FluxboxWindow *win); | 65 | int removeWindow(FluxboxWindow *win); |
@@ -85,16 +84,13 @@ public: | |||
85 | const Windows &windowList() const { return m_windowlist; } | 84 | const Windows &windowList() const { return m_windowlist; } |
86 | Windows &windowList() { return m_windowlist; } | 85 | Windows &windowList() { return m_windowlist; } |
87 | 86 | ||
88 | bool isCurrent() const; | ||
89 | bool isLastWindow(FluxboxWindow *window) const; | ||
90 | int numberOfWindows() const; | 87 | int numberOfWindows() const; |
91 | bool checkGrouping(FluxboxWindow &win); | 88 | bool checkGrouping(FluxboxWindow &win); |
89 | |||
92 | static bool loadGroups(const std::string &filename); | 90 | static bool loadGroups(const std::string &filename); |
93 | protected: | ||
94 | void placeWindow(FluxboxWindow &win); | ||
95 | 91 | ||
96 | private: | 92 | private: |
97 | 93 | void placeWindow(FluxboxWindow &win); | |
98 | 94 | ||
99 | BScreen &m_screen; | 95 | BScreen &m_screen; |
100 | FluxboxWindow *m_lastfocus; | 96 | FluxboxWindow *m_lastfocus; |