From b0c5cd6bb3dee89c9025504248811a709bb997aa Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 28 Feb 2012 11:06:42 -0800 Subject: [PATCH] :lipstick: --- Atom/Classes/AtomController.mm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Atom/Classes/AtomController.mm b/Atom/Classes/AtomController.mm index 19d17f620..0f0c4bba9 100644 --- a/Atom/Classes/AtomController.mm +++ b/Atom/Classes/AtomController.mm @@ -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.