Expected Behavior
There should not be dead code in the codebase
Actual Behavior
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.
Expected Behavior
There should not be dead code in the codebase
Actual Behavior
The
updateDrawablePropertiesfunction has been completely phased out. #469 added individualupdatefunctions for each property, and scratchfoundation/scratch-vm#2329 removed the last of the calls toupdateDrawableProperties, replacing them with the newupdatefunctions.As such,
updateDrawablePropertiesis no longer called anywhere and can be removed.