From 31cf991afe0ab4de30c87242097df1ceca5ead5d Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 17 Mar 2023 08:24:41 +0100 Subject: [PATCH] cleanup: remove pointless idle comment in string-format.cpp Signed-off-by: Berthold Stoeger --- core/string-format.cpp | 2 -- 1 file changed, 2 deletions(-) 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");