From aa1fc44b4532dc68be2482730a275f8a3ba8a039 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 16 Nov 2010 18:39:07 +0200 Subject: remove stuff we won't need this makes the source tree more pleasant to work with. --- macosx/PcsxPluginDocument.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 macosx/PcsxPluginDocument.h (limited to 'macosx/PcsxPluginDocument.h') diff --git a/macosx/PcsxPluginDocument.h b/macosx/PcsxPluginDocument.h deleted file mode 100644 index bf4f802..0000000 --- a/macosx/PcsxPluginDocument.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// PcsxPluginDocument.h -// Pcsx -// -// Created by Gil Pedersen on Thu Jul 01 2004. -// Copyright (c) 2004 __MyCompanyName__. All rights reserved. -// - -#import - - -@interface PcsxPluginDocument : NSDocument { - IBOutlet NSWindow *addPluginSheet; - IBOutlet NSTextField *pluginName; - - BOOL moveOK; -} -- (IBAction)closeAddPluginSheet:(id)sender; - -@end -- cgit v1.2.3