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/PcsxrController.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'macosx/PcsxrController.h') diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h index 0e27f075..bc250d7d 100755 --- a/macosx/PcsxrController.h +++ b/macosx/PcsxrController.h @@ -16,20 +16,14 @@ void ShowHelpAndExit(FILE* output, int exitCode); CheatController *cheatController; PluginList *pluginList; - NSWindow *preferenceWindow; - NSWindow *cheatWindow; - IBOutlet RecentItemsMenu *recentItems; - struct _PSXflags { unsigned int sleepInBackground:1; unsigned int wasPausedBeforeBGSwitch:1; unsigned int endAtEmuClose:1; unsigned int reserved:25; } PSXflags; - - NSMutableArray *skipFiles; } -@property (readonly) RecentItemsMenu *recentItems; +@property (weak) IBOutlet RecentItemsMenu *recentItems; @property (readonly) CheatController *cheatController; @property (readonly) BOOL endAtEmuClose; -- cgit v1.2.3