mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
cleanup
This commit is contained in:
parent
15aa6a600a
commit
929f4f9b4d
10 changed files with 14 additions and 30 deletions
|
|
@ -39,7 +39,6 @@ void ZoneViewZone::initializeCards()
|
|||
CardItem *card = c.at(i);
|
||||
addCard(new CardItem(player, card->getName(), card->getId(), this), false, i);
|
||||
}
|
||||
emit contentsChanged();
|
||||
reorganizeCards();
|
||||
}
|
||||
}
|
||||
|
|
@ -56,7 +55,6 @@ void ZoneViewZone::zoneDumpReceived(ProtocolResponse *r)
|
|||
addCard(card, false, i);
|
||||
}
|
||||
|
||||
emit contentsChanged();
|
||||
reorganizeCards();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue