summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPluginDocument.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-11 04:11:51 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-11 04:11:51 +0000
commit5174e012aae4d340b373c2d7c5d028d6e849d9f8 (patch)
tree56277e83cbce33072ed0dfe5ee7f3d3d8e32a3c0 /macosx/PcsxrPluginDocument.h
parent287d77d5995567fcba738c97af558f36e51462ca (diff)
downloadpcsxr-5174e012aae4d340b373c2d7c5d028d6e849d9f8.tar.gz
Rewrote the file handling on Mac OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73141 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPluginDocument.h')
-rw-r--r--macosx/PcsxrPluginDocument.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/macosx/PcsxrPluginDocument.h b/macosx/PcsxrPluginDocument.h
deleted file mode 100644
index dc6baef5..00000000
--- a/macosx/PcsxrPluginDocument.h
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-// PcsxrPluginDocument.h
-// Pcsxr
-//
-// Created by Gil Pedersen on Thu Jul 01 2004.
-// Copyright (c) 2004 __MyCompanyName__. All rights reserved.
-//
-
-#import <AppKit/AppKit.h>
-
-
-@interface PcsxrPluginDocument : NSDocument {
- IBOutlet NSWindow *addPluginSheet;
- IBOutlet NSTextField *pluginName;
-
- BOOL moveOK;
-}
-- (IBAction)closeAddPluginSheet:(id)sender;
-
-@end