From ff3b720a8d689489adf589d0f42549b2d50ab2ab Mon Sep 17 00:00:00 2001 From: inotia00 Date: Tue, 28 Feb 2023 00:08:42 +0900 Subject: [PATCH] remove outdated comments --- .../patches/shared/patch/litho/AbstractLithoFilterPatch.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/shared/patch/litho/AbstractLithoFilterPatch.kt b/src/main/kotlin/app/revanced/patches/shared/patch/litho/AbstractLithoFilterPatch.kt index e159b2703..f9f30d90a 100644 --- a/src/main/kotlin/app/revanced/patches/shared/patch/litho/AbstractLithoFilterPatch.kt +++ b/src/main/kotlin/app/revanced/patches/shared/patch/litho/AbstractLithoFilterPatch.kt @@ -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