[DeckLoader] remove unused private methods (#6417)

This commit is contained in:
RickyRister 2025-12-14 14:26:06 -08:00 committed by GitHub
parent ccdda39e78
commit 5d9d7d3aa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 26 deletions

View file

@ -106,9 +106,6 @@ private:
QList<DecklistCardNode *> cards,
bool addComments = true,
bool addSetNameAndNumber = true);
[[nodiscard]] static QString getCardZoneFromName(const QString &cardName, QString currentZoneName);
[[nodiscard]] static QString getCompleteCardName(const QString &cardName);
};
#endif