Conversions: Plural isn't used in the response from get_matches as it's looked up in the hash

master
Rob Emery 2016-05-09 20:28:49 +01:00
parent cd4bf80a17
commit 679a1d7fdf
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ sub get_matches {
type => $type->{'type'},
factor => $type->{'factor'},
unit => $type->{'unit'},
plural => $type->{'plural'},
can_be_negative => $type->{'can_be_negative'} || '0'
});
}