From 010d9f854e46ffbcb9b138e3dacffe9df25a116c Mon Sep 17 00:00:00 2001 From: uruk Date: Sun, 15 Sep 2013 02:36:55 +0200 Subject: AVALANCHE: Remove comment from AvalancheEngine::expandDate. It works as intended, no need to repair. --- engines/avalanche/avalanche.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/avalanche/avalanche.cpp') diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp index 66b7462d63..6312546ef4 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); } -- cgit v1.2.3