From f7db36664a2b31b85da9900e3bf14a9540737bc3 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Tue, 25 Jul 2023 04:02:30 -0500 Subject: [PATCH] Removed Outdated Code Removed Outdated Code that no longer works on new YouTube/uYou Versions. --- uYouPlus.xm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index a41ee63..c1059ea 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -665,11 +665,6 @@ static void replaceTab(YTIGuideResponse *response) { // Hide Dark Overlay Background %group gHideOverlayDarkBackground -%hook YTMainAppVideoPlayerOverlayView -- (void)setBackgroundVisible:(BOOL)arg1 { // Deprecated Method - %orig(NO); -} -%end %hook UIView - (void)setBackgroundColor:(UIColor *)color { if ([self.nextResponder isKindOfClass:NSClassFromString(@"YTMainAppVideoPlayerOverlayView")]) {