Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windirstat/item.cpp')
-rw-r--r--windirstat/item.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/windirstat/item.cpp b/windirstat/item.cpp
index de592d6..b271359 100644
--- a/windirstat/item.cpp
+++ b/windirstat/item.cpp
@@ -1120,10 +1120,6 @@ void CItem::DoSomeWork(DWORD ticks)
// if(filesFolder != NULL)
// {
this->UpwardAddFiles(fileCount);
- if(dirCount > 0 && fileCount > 0)
- {
- this->SetDone();
- }
// }
UpwardAddSubdirs(dirCount);
@@ -1144,10 +1140,6 @@ void CItem::DoSomeWork(DWORD ticks)
if(GetType() == IT_DRIVE || GetType() == IT_DIRECTORY || GetType() == IT_MYCOMPUTER)
{
- // <HACK! IsDone() is set after first pass with no decend into dirs
- UpwardSetUndone();
- // HACK>
-
ASSERT(IsReadJobDone());
if(IsDone())
{