diff options
author | markt <markt> | 2007-06-16 22:50:09 (GMT) |
---|---|---|
committer | markt <markt> | 2007-06-16 22:50:09 (GMT) |
commit | b4b927dad90baa43d290679872943144f1c2ab93 (patch) | |
tree | 217aeb0c06e1e8d7c6997c658572944652e627b9 /src/Remember.hh | |
parent | 6f8a5c7a8dc4552105205c8c9f0d270703bcc271 (diff) | |
download | fluxbox_pavel-b4b927dad90baa43d290679872943144f1c2ab93.zip fluxbox_pavel-b4b927dad90baa43d290679872943144f1c2ab93.tar.bz2 |
moved function so fluxbox compiles with --disable-remember
Diffstat (limited to 'src/Remember.hh')
-rw-r--r-- | src/Remember.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Remember.hh b/src/Remember.hh index a1e75da..581e525 100644 --- a/src/Remember.hh +++ b/src/Remember.hh | |||
@@ -205,8 +205,6 @@ public: | |||
205 | Remember(); | 205 | Remember(); |
206 | ~Remember(); | 206 | ~Remember(); |
207 | 207 | ||
208 | static int getDecoFromString(const std::string &str); | ||
209 | |||
210 | Application* find(WinClient &winclient); | 208 | Application* find(WinClient &winclient); |
211 | Application* add(WinClient &winclient); | 209 | Application* add(WinClient &winclient); |
212 | FluxboxWindow* findGroup(Application *, BScreen &screen); | 210 | FluxboxWindow* findGroup(Application *, BScreen &screen); |