From cdb31303fc8141cf6dd929eb245d03c42331d381 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Sun, 11 Nov 2012 16:48:23 -0500 Subject: [PATCH] Remove unused function. (imported from commit 81ba1f66128f1e7f132ae3e1da3d81ad14d7ebe0) --- zephyr/static/js/hotkey.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zephyr/static/js/hotkey.js b/zephyr/static/js/hotkey.js index 69d8fbf398..259ba90623 100644 --- a/zephyr/static/js/hotkey.js +++ b/zephyr/static/js/hotkey.js @@ -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;