summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/PluginController-Null.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFSound/macsrc/PluginController-Null.h')
-rw-r--r--macosx/plugins/DFSound/macsrc/PluginController-Null.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/macosx/plugins/DFSound/macsrc/PluginController-Null.h b/macosx/plugins/DFSound/macsrc/PluginController-Null.h
deleted file mode 100644
index c9635e39..00000000
--- a/macosx/plugins/DFSound/macsrc/PluginController-Null.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* NetSfPeopsSPUPluginController */
-
-#import <Cocoa/Cocoa.h>
-#import "NamedSlider.h"
-
-void DoAbout();
-long DoConfiguration();
-void LoadConfiguration();
-
-#define PluginController NullSPUPluginController
-
-@interface PluginController : NSWindowController
-{
-}
-- (IBAction)ok:(id)sender;
-@end