From f166b3d2051db6c81623201c013b7dccdbf822ac Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Sun, 12 Jan 2025 00:55:31 -0600 Subject: [PATCH] Update uYouPlusSettings.xm --- Sources/uYouPlusSettings.xm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index c00ece6..fcedec3 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -64,20 +64,6 @@ SWITCH3( ); */ -// Notifications Tab -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; -} -// Cache static NSString *GetCacheSize() { // YTLite - @dayanch96 NSString *cachePath = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES).firstObject; NSArray *filesArray = [[NSFileManager defaultManager] subpathsOfDirectoryAtPath:cachePath error:nil];