mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33:55 -07:00
remove default case
This commit is contained in:
parent
e70011f4f9
commit
944df589fb
1 changed files with 2 additions and 3 deletions
|
|
@ -9,7 +9,6 @@ QList<TallyRow> Tally::compute(const QList<CardItem *> &cards, const TallyType t
|
||||||
return {};
|
return {};
|
||||||
case TallyType::Subtypes:
|
case TallyType::Subtypes:
|
||||||
return SubtypeTally::countSubtypes(cards);
|
return SubtypeTally::countSubtypes(cards);
|
||||||
default:
|
|
||||||
return {};
|
|
||||||
}
|
}
|
||||||
|
return {};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue