diff options
author | infirit <[email protected]> | 2015-09-15 12:42:56 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-15 12:42:56 +0200 |
commit | 437b085f123f3c019bca2481000e936ee87e7c31 (patch) | |
tree | c479a7eaf8c8540efe0fd4040998adc8690db71d /src/include | |
parent | b04c37a7641b474ca066627da27d42e6134c4e17 (diff) | |
download | marco-437b085f123f3c019bca2481000e936ee87e7c31.tar.bz2 marco-437b085f123f3c019bca2481000e936ee87e7c31.tar.xz |
Remove unused function handle_run_terminal
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/all-keybindings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h index a14777e9..5773a810 100644 --- a/src/include/all-keybindings.h +++ b/src/include/all-keybindings.h @@ -186,8 +186,6 @@ keybind (run-command-32, handle_run_command, 31, 0) keybind (run-command-screenshot, handle_run_command, 32, 0) keybind (run-command-window-screenshot, handle_run_command, 33, 0) -keybind (run-command-terminal, handle_run_terminal, 0, 0) - /* No description because this is undocumented */ keybind (set-spew-mark, handle_set_spew_mark, 0, 0) |