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

@@ -217,14 +217,6 @@ function Text.init(self, node, value, adjust_type)
end
function Text.on_internal_remove(self)
component.on_internal_remove(self)
self.on_set_text:clear()
self.on_set_pivot:clear()
self.on_update_text_scale:clear()
end
function Text.on_layout_change(self)
self:set_to(self.last_value)
end