remove dead code

This commit is contained in:
inotia00
2023-04-09 07:32:07 +09:00
parent ee9e69e328
commit 3c16f3eb55
4 changed files with 2 additions and 41 deletions

View File

@ -41,8 +41,6 @@ class LegacyVideoIdPatch : BytecodePatch(
companion object {
private var offset = 2
internal var qualityOffSet: Int = 0
private var insertIndex: Int = 0
private var videoIdRegister: Int = 0
private lateinit var insertMethod: MutableMethod