Cockatrice/libcockatrice_deck_list
Lukas Brübach d77070c1af [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.
2026-09-17 14:55:22 +02:00
..
libcockatrice/deck_list [DeckList] Remove no-op card XML readElement 2026-09-17 14:55:22 +02:00
CMakeLists.txt [Game] Playmats (#7101) 2026-08-21 10:40:49 +02:00