Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 9771445

Browse files
移除无用方法
1 parent db9ddf2 commit 9771445

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

library/src/main/java/com/opensource/svgaplayer/SVGAVideoEntity.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ class SVGAVideoEntity {
108108
}
109109
}
110110

111-
internal fun parserResourceWithViewSize(reqWidth: Int, reqHeight: Int) {
112-
this.mFrameWidth = reqWidth
113-
this.mFrameHeight = reqHeight
114-
}
115-
116111
private fun parserImages(json: JSONObject) {
117112
val imgJson = json.optJSONObject("images") ?: return
118113
imgJson.keys().forEach { imgKey ->

0 commit comments

Comments
 (0)