mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
* [DeckList] Remove no-op card XML readElement AbstractDecklistCardNode::readElement only advanced the XML reader to </card> and always returned 0; a card's attributes were already parsed by the parent InnerDecklistNode::readElement. The containing zone loop skips the card's end tag itself, so the method was dead weight and is dropped from the node interface along with the pure virtual it existed to satisfy. * [DeckList] Document writeElement as the only serialization method --------- Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de> |
||
|---|---|---|
| .. | ||
| abstract_deck_list_card_node.cpp | ||
| abstract_deck_list_card_node.h | ||
| abstract_deck_list_node.cpp | ||
| abstract_deck_list_node.h | ||
| deck_list_card_node.cpp | ||
| deck_list_card_node.h | ||
| inner_deck_list_node.cpp | ||
| inner_deck_list_node.h | ||