diff options
Diffstat (limited to 'Mac/OSX/PythonLauncher/MyAppDelegate.h')
-rw-r--r-- | Mac/OSX/PythonLauncher/MyAppDelegate.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Mac/OSX/PythonLauncher/MyAppDelegate.h b/Mac/OSX/PythonLauncher/MyAppDelegate.h deleted file mode 100644 index 097b54177c..0000000000 --- a/Mac/OSX/PythonLauncher/MyAppDelegate.h +++ /dev/null @@ -1,15 +0,0 @@ -/* MyAppDelegate */ - -#import <Cocoa/Cocoa.h> - -@interface MyAppDelegate : NSObject -{ - BOOL initial_action_done; - BOOL should_terminate; -} -- (id)init; -- (IBAction)showPreferences:(id)sender; -- (BOOL)shouldShowUI; -- (BOOL)shouldTerminate; -- (void)testFileTypeBinding; -@end |