SpecMP3: Remove unnecessary initializer

This commit is contained in:
Lioncash 2020-03-31 12:30:00 -04:00
parent 94c4c0f102
commit be1d77f550
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ struct SpecMP3 : SpecBase {
}
bool extractFromDisc(nod::DiscBase& disc, bool force, const hecl::MultiProgressPrinter& progress) override {
hecl::SystemString currentTarget = _SYS_STR("");
hecl::SystemString currentTarget;
size_t nodeCount = 0;
int prog = 0;
nod::ExtractionContext ctx = {force, [&](std::string_view name, float) {