From d6942932d64a02aa92b1e04e91f6126f33fdb05e Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 20 Jul 2014 05:09:43 +0000 Subject: OS X: Move source files to their own folder. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90999 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PluginController.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 macosx/PluginController.h (limited to 'macosx/PluginController.h') diff --git a/macosx/PluginController.h b/macosx/PluginController.h deleted file mode 100755 index 4519d98a..00000000 --- a/macosx/PluginController.h +++ /dev/null @@ -1,18 +0,0 @@ -/* PluginController */ - -#import -#import "PluginList.h" - -@interface PluginController : NSObject - -@property (weak) IBOutlet NSButton *aboutButton; -@property (weak) IBOutlet NSButton *configureButton; -@property (weak) IBOutlet NSPopUpButton *pluginMenu; - -- (IBAction)doAbout:(id)sender; -- (IBAction)doConfigure:(id)sender; -- (IBAction)selectPlugin:(id)sender; - -- (void)setPluginsTo:(NSArray *)list withType:(int)type; - -@end -- cgit v1.2.3