summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-04-10 13:03:09 +0200
committerportix <portix@gmx.net>2013-04-10 13:03:09 +0200
commit5cb76be2951a00de4dad3f828f399b212d3d25fc (patch)
treea27e62ecee48e90eff4d7e0cc9d290b568416b2c /src/commands.c
parentd14ed00a4db8485cfd4526cc7bdbfeec53e9b22b (diff)
downloaddwb-5cb76be2951a00de4dad3f828f399b212d3d25fc.zip
Changing set_as_default to commandline option
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c5
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);
-}