summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/NamedSlider.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFSound/macsrc/NamedSlider.m')
-rwxr-xr-xmacosx/plugins/DFSound/macsrc/NamedSlider.m10
1 files changed, 0 insertions, 10 deletions
diff --git a/macosx/plugins/DFSound/macsrc/NamedSlider.m b/macosx/plugins/DFSound/macsrc/NamedSlider.m
index 8411481d..90a89eb5 100755
--- a/macosx/plugins/DFSound/macsrc/NamedSlider.m
+++ b/macosx/plugins/DFSound/macsrc/NamedSlider.m
@@ -4,16 +4,6 @@
@synthesize pluginClass;
@synthesize strings;
-#if !__has_feature(objc_arc)
-- (void)dealloc
-{
- self.strings = nil;
- self.pluginClass = nil;
-
- [super dealloc];
-}
-#endif
-
- (NSString *)stringValue
{
NSInteger index = [self integerValue];