From 1b4ecc9e61be24096e6102bcaa3c20a7633d6f41 Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:19:57 -0600 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index ed92856..e122538 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -21,9 +21,6 @@ NSBundle *tweakBundle = uYouPlusBundle(); static int getNotificationIconStyle() { return [[NSUserDefaults standardUserDefaults] integerForKey:@"notificationIconStyle"]; } -static BOOL useDefaultStyle() { - return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 0; -} static BOOL useThinOutlineStyle() { return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 1; }