diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/forcevp9/patch/ForceVP9CodecPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/forcevp9/patch/ForceVP9CodecPatch.kt index 94bb2f372..63e18be06 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/forcevp9/patch/ForceVP9CodecPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/forcevp9/patch/ForceVP9CodecPatch.kt @@ -66,7 +66,6 @@ class ForceVP9CodecPatch : BytecodePatch( */ SettingsPatch.addPreference( arrayOf( - "SETTINGS: EXPERIMENTAL_FLAGS", "SETTINGS: ENABLE_VP9_CODEC" ) ) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/layoutswitch/patch/LayoutSwitchPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/layoutswitch/patch/LayoutSwitchPatch.kt index e25477132..9c1044560 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/layoutswitch/patch/LayoutSwitchPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/layoutswitch/patch/LayoutSwitchPatch.kt @@ -41,7 +41,6 @@ class LayoutSwitchPatch : BytecodePatch( */ SettingsPatch.addPreference( arrayOf( - "SETTINGS: EXPERIMENTAL_FLAGS", "SETTINGS: LAYOUT_SWITCH" ) ) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/oldlayout/patch/OldLayoutPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/oldlayout/patch/OldLayoutPatch.kt index e20103d7d..e05798222 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/oldlayout/patch/OldLayoutPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/oldlayout/patch/OldLayoutPatch.kt @@ -49,7 +49,6 @@ class OldLayoutPatch : BytecodePatch( */ SettingsPatch.addPreference( arrayOf( - "SETTINGS: EXPERIMENTAL_FLAGS", "SETTINGS: ENABLE_OLD_LAYOUT" ) )