diff options
author | markt <markt> | 2007-11-22 04:41:36 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-22 04:41:36 (GMT) |
commit | 0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c (patch) | |
tree | bebdd1350b25075597d18d3d6cc8c4f9d7b2c3e6 /src/WorkspaceCmd.hh | |
parent | 675bc5d66aa08311e99cb00cf836d16a910a73df (diff) | |
download | fluxbox-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.hh | 2 |
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 | ||
53 | private: | 53 | private: |
54 | FbTk::RefCount<FbTk::BoolCommand> m_cmd; | 54 | FbTk::RefCount<FbTk::BoolCommand> m_cmd; |
55 | ClientPattern m_pat; | ||
56 | }; | 55 | }; |
57 | 56 | ||
58 | class EveryCmd: public FbTk::BoolCommand { | 57 | class EveryCmd: public FbTk::BoolCommand { |
@@ -63,7 +62,6 @@ public: | |||
63 | 62 | ||
64 | private: | 63 | private: |
65 | FbTk::RefCount<FbTk::BoolCommand> m_cmd; | 64 | FbTk::RefCount<FbTk::BoolCommand> m_cmd; |
66 | ClientPattern m_pat; | ||
67 | }; | 65 | }; |
68 | 66 | ||
69 | class AttachCmd: public FbTk::Command { | 67 | class AttachCmd: public FbTk::Command { |