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