mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
remove setSaveStatus
This commit is contained in:
parent
271fe83f2f
commit
8aaf50743e
1 changed files with 0 additions and 1 deletions
|
|
@ -132,7 +132,6 @@ void AbstractTabDeckEditor::onDeckModified()
|
|||
void AbstractTabDeckEditor::addCard(const ExactCard &card, const QString &zoneName)
|
||||
{
|
||||
deckStateManager->addCard(card, zoneName);
|
||||
deckMenu->setSaveStatus(true);
|
||||
}
|
||||
|
||||
void AbstractTabDeckEditor::decrementCard(const ExactCard &card, const QString &zoneName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue