diff --git a/core/string-format.cpp b/core/string-format.cpp index b9ccc02dd..dc2f3fad5 100644 --- a/core/string-format.cpp +++ b/core/string-format.cpp @@ -287,8 +287,6 @@ QString formatDiveGasString(const dive *d) QString formatDayOfWeek(int day) { - // I can't wrap my head around the fact that Sunday is the - // first day of the week, but that's how it is. switch (day) { default: case 0: return gettextFromC::tr("Sunday");