chore: Remove unneeded binary compatibility for code that was never released to main
This commit is contained in:
parent
bb222d7a26
commit
63be54dd09
2 changed files with 0 additions and 16 deletions
|
|
@ -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 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 final class app/revanced/patches/instagram/misc/share/domain/ChangeLinkSharingDomainPatchKt {
|
||||||
public static final fun getChangeLinkSharingDomainPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
public static final fun getChangeLinkSharingDomainPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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)
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue