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.cc | |
parent | 675bc5d66aa08311e99cb00cf836d16a910a73df (diff) | |
download | fluxbox_pavel-0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c.zip fluxbox_pavel-0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c.tar.bz2 |
use winclient instead of fluxboxwindow for matching, and removing old code
Diffstat (limited to 'src/WorkspaceCmd.cc')
-rw-r--r-- | src/WorkspaceCmd.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/WorkspaceCmd.cc b/src/WorkspaceCmd.cc index 26f113d..af0f3c5 100644 --- a/src/WorkspaceCmd.cc +++ b/src/WorkspaceCmd.cc | |||
@@ -64,9 +64,6 @@ void WindowListCmd::execute() { | |||
64 | } | 64 | } |
65 | 65 | ||
66 | bool SomeCmd::bool_execute() { | 66 | bool SomeCmd::bool_execute() { |
67 | if (m_pat.error()) | ||
68 | return m_cmd->bool_execute(); | ||
69 | |||
70 | BScreen *screen = Fluxbox::instance()->keyScreen(); | 67 | BScreen *screen = Fluxbox::instance()->keyScreen(); |
71 | if (screen != 0) { | 68 | if (screen != 0) { |
72 | FocusControl::Focusables win_list(screen->focusControl().creationOrderList().clientList()); | 69 | FocusControl::Focusables win_list(screen->focusControl().creationOrderList().clientList()); |
@@ -85,9 +82,6 @@ bool SomeCmd::bool_execute() { | |||
85 | } | 82 | } |
86 | 83 | ||
87 | bool EveryCmd::bool_execute() { | 84 | bool EveryCmd::bool_execute() { |
88 | if (m_pat.error()) | ||
89 | return m_cmd->bool_execute(); | ||
90 | |||
91 | BScreen *screen = Fluxbox::instance()->keyScreen(); | 85 | BScreen *screen = Fluxbox::instance()->keyScreen(); |
92 | if (screen != 0) { | 86 | if (screen != 0) { |
93 | FocusControl::Focusables win_list(screen->focusControl().creationOrderList().clientList()); | 87 | FocusControl::Focusables win_list(screen->focusControl().creationOrderList().clientList()); |