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.h | |
parent | d14ed00a4db8485cfd4526cc7bdbfeec53e9b22b (diff) | |
download | dwb-5cb76be2951a00de4dad3f828f399b212d3d25fc.zip |
Changing set_as_default to commandline option
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h index 597b801d..59b09a6a 100644 --- a/src/commands.h +++ b/src/commands.h @@ -99,6 +99,5 @@ DwbStatus commands_reload_bookmarks(KeyMap *, Arg *); DwbStatus commands_reload_quickmarks(KeyMap *, Arg *); DwbStatus commands_print_preview(KeyMap *, Arg *); DwbStatus commands_tabdo(KeyMap *, Arg *); -DwbStatus commands_set_as_default(KeyMap *, Arg *); #endif |