summaryrefslogtreecommitdiffstats
path: root/ui/message_center/cocoa/popup_controller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'ui/message_center/cocoa/popup_controller.mm')
-rw-r--r--ui/message_center/cocoa/popup_controller.mm8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/message_center/cocoa/popup_controller.mm b/ui/message_center/cocoa/popup_controller.mm
index 889d8de..da3bb38 100644
--- a/ui/message_center/cocoa/popup_controller.mm
+++ b/ui/message_center/cocoa/popup_controller.mm
@@ -206,14 +206,6 @@
[self close];
}
-- (void)animationDidStop:(NSAnimation*)animation {
- // We can arrive here if animation was stopped in [self close] call.
- DCHECK_EQ(animation, boundsAnimation_.get());
- [self setBoundsAnimation:nil];
-
- [popupCollection_ onPopupAnimationEnded:[self notificationID]];
-}
-
- (void)showWithAnimation:(NSRect)newBounds {
bounds_ = newBounds;
NSRect startBounds = newBounds;