lua: remove redundant call

This commit is contained in:
wm4 2014-11-24 16:47:13 +01:00
parent 89c1525585
commit 0c5fd5a047
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ local function add_binding(attrs, key, name, fn, rp)
key_bindings[name] = attrs
update_key_bindings()
dispatch_key_bindings[name] = key_cb
mp.unregister_script_message(name)
mp.register_script_message(name, msg_cb)
end