diff options
author | portix <portix@gmx.net> | 2012-01-09 01:39:21 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-09 01:39:21 +0100 |
commit | ef3805ebef751f1cff390ddaafb6d86e9b0b9a8d (patch) | |
tree | 0ded7ded0c38df88dd6ca0c009fb868afc5e7a84 /src/commands.h | |
parent | 145147686bdae3c953bfc5e3cf894b5c8f7354b7 (diff) | |
download | dwb-ef3805ebef751f1cff390ddaafb6d86e9b0b9a8d.zip |
Remove pass-through mode
--HG--
branch : experimental
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 94ba3a89..494a26ad 100644 --- a/src/commands.h +++ b/src/commands.h @@ -76,7 +76,6 @@ DwbStatus commands_web_inspector(KeyMap *, Arg *); DwbStatus commands_quit(KeyMap *, Arg *); DwbStatus commands_reload_scripts(KeyMap *, Arg *); DwbStatus commands_fullscreen(KeyMap *, Arg *); -DwbStatus commands_pass_through(KeyMap *, Arg *); DwbStatus commands_open_editor(KeyMap *, Arg *); DwbStatus commands_insert_mode(KeyMap *, Arg *); DwbStatus commands_command_mode(KeyMap *, Arg *); |