From de50d760fd03a7eed9a614a3d4a701f2097c88d9 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 13 Sep 2013 21:31:56 +0000 Subject: Changing a few Objective C classes to have their ivars hidden. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87167 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PluginList.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'macosx/PluginList.h') diff --git a/macosx/PluginList.h b/macosx/PluginList.h index 6e55f157..f6e0de55 100755 --- a/macosx/PluginList.h +++ b/macosx/PluginList.h @@ -11,19 +11,7 @@ //extern NSMutableArray *plugins; -@interface PluginList : NSObject { - @private - NSMutableArray *pluginList; - - PcsxrPlugin *activeGpuPlugin; - PcsxrPlugin *activeSpuPlugin; - PcsxrPlugin *activeCdrPlugin; - PcsxrPlugin *activePadPlugin; - PcsxrPlugin *activeNetPlugin; - PcsxrPlugin *activeSIO1Plugin; - - BOOL missingPlugins; -} +@interface PluginList : NSObject + (PluginList *)list; -- cgit v1.2.3