summaryrefslogtreecommitdiff
path: root/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h
diff options
context:
space:
mode:
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