Removed the Project.undos
variable
#1342
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
An old commit for 0.4: 8fadacd introduced the
undos
variable at 3 important places in Canvas.gdThese were later removed/replaced by better alternatives (see below)
This PR removes all the other remaining traces of
undos
variable.(The 3 important places and the commits that remove them)
The need for this section was removed by bda9e62#diff-fda2b27bbbd524f0edab9f12f5a93963e7eb070bebc1672ad9d3dbc144d2560e
The need for this segment was removed by f7ef4a4
The need for this segment was removed by #281 (sub-commit
789b2b0bf181f324655cbd9b6313477109af596a
)