diff options
Diffstat (limited to 'macosx/plugins/Bladesio1/macsrc/PluginConfigController.h')
| -rwxr-xr-x | macosx/plugins/Bladesio1/macsrc/PluginConfigController.h | 18 |
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 |
