Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove updateDrawableProperties #722

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

adroitwhiz
Copy link
Contributor

@adroitwhiz adroitwhiz commented Nov 9, 2020

Resolves

Resolves #721

Proposed Changes

This PR removes the updateDrawableProperties function from the public RenderWebGL API surface, and the Drawable.updateProperties function. It also adjusts some testing code to no longer use those deprecated APIs.

Reason for Changes

As detailed in #721, updateDrawableProperties has been deprecated in favor of individual functions for updating each property separately. As it is no longer called from anywhere in the codebase, it can be removed.

Test Coverage

All existing tests (should) pass. I searched through all public LLK repos for updateDrawableProperties and updateProperties, and the only results are the test code used here, which this PR also fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

updateDrawableProperties is dead code
1 participant