From 3b510389fc6eceb058d95ab726bf315113722709 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 7 Apr 2010 09:09:19 +0200 Subject: [PATCH] cocoa: Removed obsolete refreshStats calls. --- cocoa/se/ResultWindow.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/cocoa/se/ResultWindow.m b/cocoa/se/ResultWindow.m index 91169814..50e1370e 100644 --- a/cocoa/se/ResultWindow.m +++ b/cocoa/se/ResultWindow.m @@ -57,8 +57,6 @@ http://www.hardcoded.net/licenses/hs_license int sizeThreshold = [ud boolForKey:@"ignoreSmallFiles"] ? smallFileThreshold * 1024 : 0; // The py side wants bytes [_py setSizeThreshold:sizeThreshold]; int r = n2i([py doScan]); - [matches reloadData]; - [self refreshStats]; if (r != 0) [[ProgressController mainProgressController] hide]; if (r == 1)