Преглед изворни кода

Removing obsolete comment

Source commit: 38b842f9432f2cbbc94c5e6c2c770cacb144a5c3
Martin Prikryl пре 8 година
родитељ
комит
9ec0ed4c9b
1 измењених фајлова са 0 додато и 1 уклоњено
  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)