summaryrefslogtreecommitdiff
path: root/src/FbCommandFactory.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-10-24 17:09:26 (GMT)
committermarkt <markt>2007-10-24 17:09:26 (GMT)
commitf3afe787c1209cf1357493924a4f7eb7864def54 (patch)
treed0c0c3eca154ab538fbc1fb3c62081e9250c05bd /src/FbCommandFactory.cc
parent74eb584a312aba21b21eccb6c49ade1571aa3740 (diff)
downloadfluxbox_lack-f3afe787c1209cf1357493924a4f7eb7864def54.zip
fluxbox_lack-f3afe787c1209cf1357493924a4f7eb7864def54.tar.bz2
introduced workspacename for ClientPattern, and some miscellaneous cleanup
Diffstat (limited to 'src/FbCommandFactory.cc')
-rw-r--r--src/FbCommandFactory.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/FbCommandFactory.cc b/src/FbCommandFactory.cc
index be37403..d347878 100644
--- a/src/FbCommandFactory.cc
+++ b/src/FbCommandFactory.cc
@@ -176,7 +176,6 @@ FbCommandFactory::FbCommandFactory() {
176 "taketoprevworkspace", 176 "taketoprevworkspace",
177 "togglecmd", 177 "togglecmd",
178 "toggledecor", 178 "toggledecor",
179 "typeaheadfocus",
180 "windowmenu", 179 "windowmenu",
181 "workspace", 180 "workspace",
182 /* NOTE: The following are DEPRECATED and subject to removal */ 181 /* NOTE: The following are DEPRECATED and subject to removal */
@@ -547,11 +546,6 @@ FbTk::Command *FbCommandFactory::stringToCommand(const std::string &command,
547 parseNextWindowArgs(arguments, opts, pat); 546 parseNextWindowArgs(arguments, opts, pat);
548 opts |= FocusControl::CYCLEGROUPS; 547 opts |= FocusControl::CYCLEGROUPS;
549 return new PrevWindowCmd(opts, pat); 548 return new PrevWindowCmd(opts, pat);
550 } else if (command == "typeaheadfocus") {
551 int opts;
552 string pat;
553 parseNextWindowArgs(arguments, opts, pat);
554 return new TypeAheadFocusCmd(opts, pat);
555 } else if (command == "gotowindow") { 549 } else if (command == "gotowindow") {
556 int num, opts; 550 int num, opts;
557 string args, pat; 551 string args, pat;