diff --git a/se/cocoa/ResultWindow.m b/se/cocoa/ResultWindow.m index 42cae80d..b0905cbe 100644 --- a/se/cocoa/ResultWindow.m +++ b/se/cocoa/ResultWindow.m @@ -24,7 +24,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]; @@ -387,12 +386,6 @@ } /* Notifications */ -- (void)duplicateSelectionChanged:(NSNotification *)aNotification -{ - if (_detailsPanel) - [_detailsPanel refresh]; -} - - (void)outlineViewSelectionDidChange:(NSNotification *)notification { [self performPySelection:[self getSelectedPaths:NO]];