aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto/QuitButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'CopyMailto/QuitButton.h')
-rw-r--r--CopyMailto/QuitButton.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/CopyMailto/QuitButton.h b/CopyMailto/QuitButton.h
deleted file mode 100644
index 73c2e9d..0000000
--- a/CopyMailto/QuitButton.h
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// QuitButton.h
-// CopyMailto
-//
-// Created by tw on 9/5/18.
-// Copyright © 2018 tw. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-#import <Carbon/Carbon.h>
-
-@interface QuitButton : NSButton
-
-- (void)keyDown:(NSEvent *)theEvent;
-
-@end