summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/SPUPluginController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFSound/macsrc/SPUPluginController.m')
-rw-r--r--macosx/plugins/DFSound/macsrc/SPUPluginController.m9
1 files changed, 0 insertions, 9 deletions
diff --git a/macosx/plugins/DFSound/macsrc/SPUPluginController.m b/macosx/plugins/DFSound/macsrc/SPUPluginController.m
index 83598618..84ef2876 100644
--- a/macosx/plugins/DFSound/macsrc/SPUPluginController.m
+++ b/macosx/plugins/DFSound/macsrc/SPUPluginController.m
@@ -60,13 +60,4 @@ static void FuncNotAvailable(id sel, id sender, SEL theCmd)
NotAvailableWarn(nil);
}
-#if !__has_feature(objc_arc)
-- (void)dealloc
-{
- self.keyValues = nil;
-
- [super dealloc];
-}
-#endif
-
@end