aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceCmd.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-11-22 04:41:36 (GMT)
committermarkt <markt>2007-11-22 04:41:36 (GMT)
commit0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c (patch)
treebebdd1350b25075597d18d3d6cc8c4f9d7b2c3e6 /src/WorkspaceCmd.hh
parent675bc5d66aa08311e99cb00cf836d16a910a73df (diff)
downloadfluxbox-0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c.zip
fluxbox-0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c.tar.bz2
use winclient instead of fluxboxwindow for matching, and removing old code
Diffstat (limited to 'src/WorkspaceCmd.hh')
-rw-r--r--src/WorkspaceCmd.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WorkspaceCmd.hh b/src/WorkspaceCmd.hh
index 4f4545d..eeacc16 100644
--- a/src/WorkspaceCmd.hh
+++ b/src/WorkspaceCmd.hh
@@ -52,7 +52,6 @@ public:
52 52
53private: 53private:
54 FbTk::RefCount<FbTk::BoolCommand> m_cmd; 54 FbTk::RefCount<FbTk::BoolCommand> m_cmd;
55 ClientPattern m_pat;
56}; 55};
57 56
58class EveryCmd: public FbTk::BoolCommand { 57class EveryCmd: public FbTk::BoolCommand {
@@ -63,7 +62,6 @@ public:
63 62
64private: 63private:
65 FbTk::RefCount<FbTk::BoolCommand> m_cmd; 64 FbTk::RefCount<FbTk::BoolCommand> m_cmd;
66 ClientPattern m_pat;
67}; 65};
68 66
69class AttachCmd: public FbTk::Command { 67class AttachCmd: public FbTk::Command {