mirror of https://github.com/zulip/zulip.git
Remove unused function.
(imported from commit 81ba1f66128f1e7f132ae3e1da3d81ad14d7ebe0)
This commit is contained in:
parent
c5f3018431
commit
cdb31303fc
|
@ -22,10 +22,6 @@ var narrow_hotkeys = {
|
|||
// declare them ahead of time to make JSLint happy.
|
||||
var process_key_in_input, process_compose_hotkey;
|
||||
|
||||
function simulate_keydown(keycode) {
|
||||
$(document).trigger($.Event('keydown', {keyCode: keycode}));
|
||||
}
|
||||
|
||||
function process_hotkey(e) {
|
||||
var code = e.which;
|
||||
var next_message;
|
||||
|
|
Loading…
Reference in New Issue