Przeglądaj źródła

Removing obsolete comment

Source commit: 38b842f9432f2cbbc94c5e6c2c770cacb144a5c3
Martin Prikryl 8 lat temu
rodzic
commit
9ec0ed4c9b
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      source/core/Queue.cpp

+ 0 - 1
source/core/Queue.cpp

@@ -2112,7 +2112,6 @@ void __fastcall TTransferQueueItem::ProgressUpdated()
 
     {
       TGuard Guard(FSection);
-      // Move this to TTransferQueueItem once implemented for downloads too
       DebugAssert(FParallelOperation != NULL);
       DebugAssert((FProgressData->Operation == foCopy) || (FProgressData->Operation == foCalculateSize));
       if (FProgressData->Operation == foCopy)