diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp index 66b7462d63b..6312546ef48 100644 --- a/engines/avalanche/avalanche.cpp +++ b/engines/avalanche/avalanche.cpp @@ -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); }