aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceCmd.cc
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.cc
parent675bc5d66aa08311e99cb00cf836d16a910a73df (diff)
downloadfluxbox_paul-0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c.zip
fluxbox_paul-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.cc6
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
66bool SomeCmd::bool_execute() { 66bool 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
87bool EveryCmd::bool_execute() { 84bool 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());