Skip to content

Commit 4fddb19

Browse files
committed
feat(VSCO): Remove non functional Unlock pro patch
1 parent 99567da commit 4fddb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/vsco/misc/pro/UnlockProPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package app.revanced.patches.vsco.misc.pro
33
import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
44
import app.revanced.patcher.patch.bytecodePatch
55

6+
@Deprecated("This patch is deprecated because it does not work anymore and will be removed in the future.")
67
@Suppress("unused")
78
val unlockProPatch = bytecodePatch(
8-
name = "Unlock pro",
99
description = "Unlocks pro features.",
1010
) {
1111
compatibleWith("com.vsco.cam"("345"))

0 commit comments

Comments
 (0)