chore: Remove unneeded binary compatibility for code that was never released to main

This commit is contained in:
LisoUseInAIKyrios
2025-10-07 19:39:54 +04:00
parent bb222d7a26
commit 63be54dd09
2 changed files with 0 additions and 16 deletions

View File

@@ -292,10 +292,6 @@ public final class app/revanced/patches/instagram/misc/links/OpenLinksExternally
public static final fun getOpenLinksExternallyPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/instagram/misc/privacy/SanitizeSharingLinksPatchKt {
public static final fun getSanitizeSharingLinksPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/instagram/misc/share/domain/ChangeLinkSharingDomainPatchKt {
public static final fun getChangeLinkSharingDomainPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}

View File

@@ -1,12 +0,0 @@
package app.revanced.patches.instagram.misc.privacy
import app.revanced.patcher.patch.bytecodePatch
@Deprecated(
"Patch was moved to a different package",
ReplaceWith("app.revanced.patches.instagram.misc.share.privacy.sanitizeSharingLinksPatch")
)
@Suppress("unused")
val sanitizeSharingLinksPatch = bytecodePatch {
dependsOn(app.revanced.patches.instagram.misc.share.privacy.sanitizeSharingLinksPatch)
}