diff options
author | portix <portix@gmx.net> | 2013-04-10 13:03:09 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-04-10 13:03:09 +0200 |
commit | 5cb76be2951a00de4dad3f828f399b212d3d25fc (patch) | |
tree | a27e62ecee48e90eff4d7e0cc9d290b568416b2c /src/commands.c | |
parent | d14ed00a4db8485cfd4526cc7bdbfeec53e9b22b (diff) | |
download | dwb-5cb76be2951a00de4dad3f828f399b212d3d25fc.zip |
Changing set_as_default to commandline option
Diffstat (limited to 'src/commands.c')
-rw-r--r-- | src/commands.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/commands.c b/src/commands.c index edf37282..43d9def3 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1090,8 +1090,3 @@ commands_tabdo(KeyMap *km, Arg *arg) dwb_focus_view(current, "tabdo"); return STATUS_OK; } -DwbStatus -commands_set_as_default(KeyMap *km, Arg *arg) -{ - return application_set_default(arg->p); -} |