diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index 4877263..d09c369 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -1,5 +1,4 @@ #import "AppIconOptionsController.h" -#import "uYouPlusSettings.h" #import @interface AppIconOptionsController () @@ -120,7 +119,6 @@ - (void)saveIcon { if (![UIApplication sharedApplication].supportsAlternateIcons) { NSLog(@"Alternate icons are not supported on this device."); - [[GOOHUDManagerInternal sharedInstance] showMessageMainThread:[YTHUDMessage messageWithText:NSLocalizedString(@"ERROR: Alternate icons are not supported on this device.", nil)]]; return; } dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{