From 0a1e60788ab0a8e4f971e002bd14f7f189861d4f Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Sun, 12 Jan 2025 00:52:01 -0600 Subject: [PATCH] Update uYouPlus.h --- Sources/uYouPlus.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index f3e79a1..ba44a0e 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -179,18 +179,6 @@ static NSString *const kNewSettingsUI = @"newSettingsUI_enabled"; static NSString *const kFlex = @"flex_enabled"; // unused (uYouEnhanced) static NSString *const kGoogleSigninFix = @"googleSigninFix_enabled"; -static BOOL useDefaultStyle() { - return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 0; -} -static BOOL useThinOutlineStyle() { - return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 1; -} -static BOOL usePre2020Style() { - return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 2; -} -static BOOL useInboxStyle() { - return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 3; -} // Always show remaining time in video player - @bhackel // Header has been moved to https://github.com/PoomSmart/YouTubeHeader/blob/main/YTPlayerBarController.h