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.c | |
parent | 145147686bdae3c953bfc5e3cf894b5c8f7354b7 (diff) | |
download | dwb-ef3805ebef751f1cff390ddaafb6d86e9b0b9a8d.zip |
Remove pass-through mode
--HG--
branch : experimental
Diffstat (limited to 'src/commands.c')
-rw-r--r-- | src/commands.c | 5 |
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(); }/*}}}*/ |