summaryrefslogtreecommitdiff
path: root/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-04 21:52:43 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-04 21:52:43 +0000
commit887a72f1270ac12e39b08391c280f076b687d95f (patch)
treeaac6174ed3f99991b0f2b0a2ea904d50bb2bcc5d /macosx/plugins/Bladesio1/macsrc/PluginConfigController.h
parent1d282b58e4404a18efe7095b4a51da0832749add (diff)
downloadpcsxr-887a72f1270ac12e39b08391c280f076b687d95f.tar.gz
SVN is being stupid
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85823 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/Bladesio1/macsrc/PluginConfigController.h')
-rwxr-xr-xmacosx/plugins/Bladesio1/macsrc/PluginConfigController.h18
1 files changed, 0 insertions, 18 deletions
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 <Cocoa/Cocoa.h>
-
-@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