Remove unused function.

(imported from commit 81ba1f66128f1e7f132ae3e1da3d81ad14d7ebe0)
This commit is contained in:
Waseem Daher 2012-11-11 16:48:23 -05:00
parent c5f3018431
commit cdb31303fc
1 changed files with 0 additions and 4 deletions

View File

@ -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;