Skip to content

Commit

Permalink
AURORA: Remove duplicate value in isLanguageStandard()
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Mar 19, 2013
1 parent 57608c2 commit d466a36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aurora/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ bool isFemale(Language language) {

bool isLanguageStandard(Language language) {
return (language == kLanguageEnglishMale) ||
(language == kLanguageEnglishMale) ||
(language == kLanguageEnglishFemale) ||
(language == kLanguageFrenchMale) ||
(language == kLanguageFrenchFemale) ||
Expand Down

0 comments on commit d466a36

Please sign in to comment.