Remove #if 0 code block

This commit is contained in:
Joakim Hove 2020-03-16 09:06:35 +01:00
parent 377727c470
commit 544621e646

View File

@ -749,15 +749,6 @@ void set_dimensions( ParserItem& item,
}
#if 0
void ParserKeyword::applyUnitsToDeck( Deck& deck, DeckKeyword& deckKeyword) const {
for (size_t index = 0; index < deckKeyword.size(); index++) {
const auto& parserRecord = this->getRecord( index );
auto& deckRecord = deckKeyword.getRecord( index );
parserRecord.applyUnitsToDeck( deck, deckRecord );
}
}
#endif
bool ParserKeyword::operator==( const ParserKeyword& rhs ) const {
// compare the deck names. we don't care about the ordering of the strings.