From 789c0c3534df9474b30ed0e9aff0400407f67c8a Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Thu, 9 May 2024 20:44:39 -0500 Subject: [PATCH] Update AppIconOptionsController.m --- Sources/AppIconOptionsController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index 64860eb..4877263 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -161,7 +161,6 @@ } - (UIImage *)resizeImage:(UIImage *)image newSize:(CGSize)newSize { - CGSize newSize = CGSizeMake(30, 30); UIGraphicsBeginImageContextWithOptions(newSize, NO, [UIScreen mainScreen].scale); [image drawInRect:CGRectMake(0, 0, newSize.width, newSize.height)]; UIImage *newImage = UIGraphicsGetImageFromCurrentImageContext();