mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 15:02:16 -07:00
remove unused dataDir variable
This commit is contained in:
parent
ca73033aea
commit
172bcb7477
3 changed files with 3 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ SplitCardPart::SplitCardPart(const QString &_name,
|
|||
|
||||
const QRegularExpression OracleImporter::formatRegex = QRegularExpression("^format-");
|
||||
|
||||
OracleImporter::OracleImporter(const QString &_dataDir, QObject *parent) : QObject(parent), dataDir(_dataDir)
|
||||
OracleImporter::OracleImporter(QObject *parent) : QObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue