From a96ba176322566d9d15b51c714984affcdfc6355 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 10 Nov 2014 20:22:50 +0000 Subject: OS X: make all ivars either be in the implementation block, or converted to Objective C 2.0 properties. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92227 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFSound/macsrc/NamedSlider.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'macosx/plugins/DFSound/macsrc/NamedSlider.h') diff --git a/macosx/plugins/DFSound/macsrc/NamedSlider.h b/macosx/plugins/DFSound/macsrc/NamedSlider.h index 6a5c869a..8b919224 100755 --- a/macosx/plugins/DFSound/macsrc/NamedSlider.h +++ b/macosx/plugins/DFSound/macsrc/NamedSlider.h @@ -3,10 +3,6 @@ #import @interface NamedSlider : NSSlider -{ - NSArray *strings; - __unsafe_unretained Class pluginClass; -} @property (strong) NSArray *strings; @property (unsafe_unretained) Class pluginClass; @end -- cgit v1.2.3