This commit is contained in:
Corey Johnson
2012-02-28 11:06:42 -08:00
parent bedc39d137
commit b0c5cd6bb3

View File

@@ -79,9 +79,6 @@
#pragma mark NSWindowDelegate
- (void)windowDidBecomeKey:(NSNotification*)notification {
}
// Called when the window is about to close. Perform the self-destruction
// sequence by getting rid of the window. By returning YES, we allow the window
// to be removed from the screen.