mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 13:41:17 +00:00
chore: remove unused progress arg from tr_torrentSetLocation() (#6147)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user