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.