From 887a72f1270ac12e39b08391c280f076b687d95f Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 4 Jul 2013 21:52:43 +0000 Subject: SVN is being stupid git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85823 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- .../plugins/Bladesio1/macsrc/PluginConfigController.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 macosx/plugins/Bladesio1/macsrc/PluginConfigController.h (limited to 'macosx/plugins/Bladesio1/macsrc/PluginConfigController.h') diff --git a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h deleted file mode 100755 index b7f6fafb..00000000 --- a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h +++ /dev/null @@ -1,18 +0,0 @@ -#define PluginConfigController DFCdromPluginConfigController - -#import - -@interface PluginConfigController : NSWindowController -{ - IBOutlet NSControl *Cached; - IBOutlet NSSlider *CacheSize; - IBOutlet NSPopUpButton *CdSpeed; - - NSMutableDictionary *keyValues; -} -- (IBAction)cancel:(id)sender; -- (IBAction)ok:(id)sender; - -- (void)loadValues; - -@end -- cgit v1.2.3