summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/PluginController-Null.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-02-19 02:30:06 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-02-19 02:30:06 +0000
commit96a007f1ef6618f4a1a68d33fdd1a8abc886a397 (patch)
treee264c47e305fa8efdda1ccef1877c55dd07fd37f /macosx/plugins/DFSound/macsrc/PluginController-Null.h
parentfcd5b6fa91a2112bc1eb783cc0bde15386b4d91d (diff)
downloadpcsxr-96a007f1ef6618f4a1a68d33fdd1a8abc886a397.tar.gz
-Removed obsoleted files.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63550 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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