remove outdated comments

This commit is contained in:
inotia00 2023-02-28 00:08:42 +09:00
parent b2c2c61b1b
commit ff3b720a8d

View File

@ -31,10 +31,6 @@ abstract class AbstractLithoFilterPatch(
) {
override fun execute(context: BytecodeContext): PatchResult {
/*
* Compatible with both YouTube and YouTube Music
* But not yet implemented in Music integrations
*/
LithoObjectFingerprint.result?.let {
val endIndex = it.scanResult.patternScanResult!!.endIndex
objectRegister = (it.mutableMethod.instruction(endIndex) as BuilderInstruction35c).registerC