summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-01-09 01:39:21 +0100
committerportix <portix@gmx.net>2012-01-09 01:39:21 +0100
commitef3805ebef751f1cff390ddaafb6d86e9b0b9a8d (patch)
tree0ded7ded0c38df88dd6ca0c009fb868afc5e7a84 /src/commands.c
parent145147686bdae3c953bfc5e3cf894b5c8f7354b7 (diff)
downloaddwb-ef3805ebef751f1cff390ddaafb6d86e9b0b9a8d.zip
Remove pass-through mode
--HG-- branch : experimental
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 32ae007c..c83c626b 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -682,11 +682,6 @@ commands_fullscreen(KeyMap *km, Arg *arg) {
}/*}}}*/
/* commands_reload_scripts {{{*/
DwbStatus
-commands_pass_through(KeyMap *km, Arg *arg) {
- return dwb_change_mode(PASS_THROUGH);
-}/*}}}*/
-/* commands_reload_scripts {{{*/
-DwbStatus
commands_open_editor(KeyMap *km, Arg *arg) {
return dwb_open_in_editor();
}/*}}}*/