AVALANCHE: Remove comment from AvalancheEngine::expandDate. It works as intended, no need to repair.
This commit is contained in:
parent
a506b0b3e4
commit
010d9f854e
1 changed files with 0 additions and 1 deletions
|
@ -490,7 +490,6 @@ Common::String AvalancheEngine::expandDate(int d, int m, int y) {
|
|||
day += "th";
|
||||
}
|
||||
|
||||
// Y2K compliant ;)
|
||||
return day + ' ' + month + ' ' + _gyro->intToStr(y + 1900);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue