diff --git a/macosx/Controller.m b/macosx/Controller.m index a2e158269..1074f7ec4 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -3246,17 +3246,10 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi - (void) windowDidBecomeMain: (NSNotification *) notification { - [fStatusBar setNeedsDisplay: YES]; - [fBadger clearCompleted]; [self updateUI]; } -- (void) windowDidResignMain: (NSNotification *) notification -{ - [fStatusBar setNeedsDisplay: YES]; -} - - (NSSize) windowWillResize: (NSWindow *) sender toSize: (NSSize) proposedFrameSize { //only resize horizontally if autosize is enabled