chore: remove unused progress arg from tr_torrentSetLocation() (#6147)

This commit is contained in:
Charles Kerr
2023-10-21 21:33:41 -05:00
committed by GitHub
parent af5da12a71
commit 8f7330523c
9 changed files with 14 additions and 57 deletions

View File

@@ -510,7 +510,7 @@ bool trashDataFile(char const* filename, void* /*user_data*/, tr_error** error)
}
int volatile status;
tr_torrentSetLocation(self.fHandle, folder.UTF8String, YES, NULL, &status);
tr_torrentSetLocation(self.fHandle, folder.UTF8String, YES, &status);
while (status == TR_LOC_MOVING) //block while moving (for now)
{