From 78990df4f114c45adc7fd2678ffaedf0c4124d95 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 29 Apr 2013 16:13:59 -0400 Subject: More code cleanup. "local buffer = buffer" and similar optimizations are not needed since lexing the buffer is much more expensive and reaction time is limited by how fast the keyboard can submit key presses. --- core/events.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core/events.lua') diff --git a/core/events.lua b/core/events.lua index 51644644..02bb81b2 100644 --- a/core/events.lua +++ b/core/events.lua @@ -290,7 +290,6 @@ function M.disconnect(event, id) end local error_emitted = false - --- -- Sequentially calls all handler functions for *event* with the given -- arguments. -- cgit v1.2.3