From d9896430dad2f79fd6ef63da106499d4d66e366d Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Tue, 21 Dec 2010 01:05:11 +0000 Subject: macosx - dfsound - plugincontroller-null - (MaddTheSane) Redo files from last bad shalma diff git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61373 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- .../plugins/DFSound/macsrc/PluginController-Null.h | 32 ---------------------- 1 file changed, 32 deletions(-) (limited to 'macosx/plugins/DFSound/macsrc/PluginController-Null.h') 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 -#import "NamedSlider.h" - -void DoAbout(); -long DoConfiguration(); -void LoadConfiguration(); - -#define PluginController NullSPUPluginController - -@interface PluginController : NSWindowController -{ -} -- (IBAction)ok:(id)sender; -@end -/* NetSfPeopsSPUPluginController */ - -#import -#import "NamedSlider.h" - -void DoAbout(); -long DoConfiguration(); -void LoadConfiguration(); - -#define PluginController NullSPUPluginController - -@interface PluginController : NSWindowController -{ -} -- (IBAction)ok:(id)sender; -@end -- cgit v1.2.3