From f67d7ce1e5963f990199925e3384604122ad214d Mon Sep 17 00:00:00 2001 From: hsoft Date: Mon, 15 Jun 2009 12:55:59 +0000 Subject: [PATCH] se cocoa: Removed the details panel refresh mechanism because it is now handled in dgbase. --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4058 --- se/cocoa/ResultWindow.m | 7 ------- 1 file changed, 7 deletions(-) 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]];