From 5cb76be2951a00de4dad3f828f399b212d3d25fc Mon Sep 17 00:00:00 2001 From: portix Date: Wed, 10 Apr 2013 13:03:09 +0200 Subject: Changing set_as_default to commandline option --- src/commands.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/commands.c') 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); -} -- cgit v1.2.3