Clean up root folder.
[enjoyable.git] / NSView+FirstResponder.h
diff --git a/NSView+FirstResponder.h b/NSView+FirstResponder.h
deleted file mode 100644 (file)
index cd89aa5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#import <Cocoa/Cocoa.h>
-
-@interface NSView (FirstResponder)
-
-- (BOOL)resignIfFirstResponder;
-    // Resign first responder status if this view is the active first
-    // responder in its window. Returns whether first responder status
-    // was resigned; YES if it was and NO if refused or the view was
-    // not the first responder.
-
-@end