refactor(ui): ui_log() can now just be a function

This commit is contained in:
bfredl
2023-02-25 21:04:52 +01:00
parent c1514d7e67
commit 6942528a54
2 changed files with 22 additions and 21 deletions

View File

@@ -120,7 +120,6 @@ for i = 1, #events do
if ev.remote_only then
call_output:write(' Array args = call_buf;\n')
write_arglist(call_output, ev)
call_output:write(' UI_LOG('..ev.name..');\n')
call_output:write(' ui_call_event("'..ev.name..'", args);\n')
elseif ev.compositor_impl then
call_output:write(' ui_comp_'..ev.name)