diff --git a/me/cocoa/ResultWindow.m b/me/cocoa/ResultWindow.m index d1861093..6ba5b2d7 100644 --- a/me/cocoa/ResultWindow.m +++ b/me/cocoa/ResultWindow.m @@ -25,7 +25,6 @@ [self initResultColumns]; [self refreshStats]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(resultsMarkingChanged:) name:ResultsMarkingChangedNotification object:nil]; - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(duplicateSelectionChanged:) name:DuplicateSelectionChangedNotification object:nil]; NSToolbar *t = [[[NSToolbar alloc] initWithIdentifier:@"ResultWindowToolbar"] autorelease]; [t setAllowsUserCustomization:YES]; @@ -405,12 +404,6 @@ } /* Notifications */ -- (void)duplicateSelectionChanged:(NSNotification *)aNotification -{ - if (_detailsPanel) - [_detailsPanel refresh]; -} - - (void)jobCompleted:(NSNotification *)aNotification { [super jobCompleted:aNotification];