cocoa: Removed obsolete refreshStats calls.

This commit is contained in:
Virgil Dupras 2010-04-07 09:09:19 +02:00
parent 32d88e9249
commit 3b510389fc
1 changed files with 0 additions and 2 deletions

View File

@ -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)