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.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/macosx/plugins/DFSound/macsrc/PluginController-Null.h b/macosx/plugins/DFSound/macsrc/PluginController-Null.h
index 3ba22731..c9635e39 100644
--- a/macosx/plugins/DFSound/macsrc/PluginController-Null.h
+++ b/macosx/plugins/DFSound/macsrc/PluginController-Null.h
@@ -14,35 +14,3 @@ void LoadConfiguration();
}
- (IBAction)ok:(id)sender;
@end
-/* 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
-/* 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