mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
Q_UNUSED foil for now but keep parsing logic for future PR's/compatibility.
This commit is contained in:
parent
a8f5343fad
commit
de4ce1af3d
1 changed files with 1 additions and 0 deletions
|
|
@ -648,6 +648,7 @@ bool DeckList::loadFromStream_Plain(QTextStream &in)
|
||||||
isFoil = true;
|
isFoil = true;
|
||||||
cardName.chop(3); // Remove the "*F*" from the card name
|
cardName.chop(3); // Remove the "*F*" from the card name
|
||||||
}
|
}
|
||||||
|
Q_UNUSED(isFoil);
|
||||||
|
|
||||||
// Attempt to match the hyphen-separated format (PLST-2094)
|
// Attempt to match the hyphen-separated format (PLST-2094)
|
||||||
match = reHyphenFormat.match(cardName);
|
match = reHyphenFormat.match(cardName);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue