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; }