Revert "Solve #182 add table pool for events"

This reverts commit dff522fbaa.
This commit is contained in:
Insality
2022-04-05 23:18:39 +03:00
parent 70e94ec14a
commit f7e6888c5a
24 changed files with 6 additions and 247 deletions

View File

@@ -39,12 +39,6 @@ function Layout:init(node, mode, on_size_changed_callback)
end
function Layout.on_internal_remove(self)
component.on_internal_remove(self)
self.on_size_changed:clear()
end
function Layout:on_window_resized()
local window_x, window_y = window.get_size()
local stretch_x = window_x / self.window_size.x