aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-06-16 22:50:09 (GMT)
committermarkt <markt>2007-06-16 22:50:09 (GMT)
commitb4b927dad90baa43d290679872943144f1c2ab93 (patch)
tree217aeb0c06e1e8d7c6997c658572944652e627b9 /src/Remember.hh
parent6f8a5c7a8dc4552105205c8c9f0d270703bcc271 (diff)
downloadfluxbox-b4b927dad90baa43d290679872943144f1c2ab93.zip
fluxbox-b4b927dad90baa43d290679872943144f1c2ab93.tar.bz2
moved function so fluxbox compiles with --disable-remember
Diffstat (limited to 'src/Remember.hh')
-rw-r--r--src/Remember.hh2
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);