diff options
| -rwxr-xr-x | macosx/ConfigurationController.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/ConfigurationController.m b/macosx/ConfigurationController.m index e94ee790..186772f7 100755 --- a/macosx/ConfigurationController.m +++ b/macosx/ConfigurationController.m @@ -220,13 +220,14 @@ NSString *const memCardChangeNumberKey = @"PcsxrMemoryCardThatChangedKey"; [hkController initialize]; } +#if !__has_feature(objc_arc) - (void)dealloc { - [[NSNotificationCenter defaultCenter] removeObserver:self]; RELEASEOBJ(checkBoxDefaults); SUPERDEALLOC; } +#endif - (NSString *)keyForSender:(id)sender { |
