From 41400ae1d6200eb426733fcd6475e3763a6fa668 Mon Sep 17 00:00:00 2001 From: aricloverEXTRA <157071384+aricloverEXTRA@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:58:34 -0600 Subject: [PATCH] Update AppIconOptionsController.m --- Sources/AppIconOptionsController.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index 6d99f2a..30510e6 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -36,7 +36,6 @@ static BOOL EnsurePrefsDirectoryExists(void) { @property (strong, nonatomic) UITableView *tableView; @property (strong, nonatomic) NSArray *appIcons; @property (assign, nonatomic) NSInteger selectedIconIndex; -@property (strong, nonatomic) UIButton *backButton; @end @@ -326,7 +325,6 @@ static BOOL EnsurePrefsDirectoryExists(void) { } NSFileManager *fm = [NSFileManager defaultManager]; - NSError *writeError = nil; // Write preferences atomically BOOL success = [prefs writeToFile:path atomically:YES];