Remove CanvasItem::_invalidate_global_transform

The only use of that function can be replaced by `_notify_transform`,
which makes the `propagate_call` unnecessary.
As far as I can tell, the `data.blocked`-checks of `propagate_call`
are not needed in this case, because `_invalidate_global_transform`
causes no user-noticeable changes.
This commit is contained in:
Markus Sauermann 2023-08-06 09:25:03 +02:00
parent d2f76e8786
commit 7f317ef1bf
2 changed files with 1 additions and 7 deletions

View file

@ -132,7 +132,6 @@ private:
virtual void _top_level_changed_on_parent();
void _redraw_callback();
void _invalidate_global_transform();
void _enter_canvas();
void _exit_canvas();