diff options
Diffstat (limited to 'core/events.lua')
-rw-r--r-- | core/events.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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. |