You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The updateDrawableProperties function has been completely phased out. #469 added individual update functions for each property, and scratchfoundation/scratch-vm#2329 removed the last of the calls to updateDrawableProperties, replacing them with the new update functions.
As such, updateDrawableProperties is no longer called anywhere and can be removed.
The text was updated successfully, but these errors were encountered:
Expected Behavior
There should not be dead code in the codebase
Actual Behavior
The
updateDrawableProperties
function has been completely phased out. #469 added individualupdate
functions for each property, and scratchfoundation/scratch-vm#2329 removed the last of the calls toupdateDrawableProperties
, replacing them with the newupdate
functions.As such,
updateDrawableProperties
is no longer called anywhere and can be removed.The text was updated successfully, but these errors were encountered: