mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
threaded archive inflation for library mgmt
This commit is contained in:
parent
4b25264db1
commit
aeccb137fd
3 changed files with 97 additions and 20 deletions
|
|
@ -467,10 +467,6 @@ FileArchive::do_extract (struct archive* a)
|
|||
}
|
||||
}
|
||||
}
|
||||
if (_req.mp.progress && rv == 0) {
|
||||
// file i/o -- not URL
|
||||
progress (_req.mp.length, _req.mp.length);
|
||||
}
|
||||
|
||||
archive_read_close (a);
|
||||
archive_read_free (a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue