cleanup: remove pointless idle comment in string-format.cpp

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2023-03-17 08:24:41 +01:00 committed by Dirk Hohndel
parent 264adacba1
commit 31cf991afe

View file

@ -287,8 +287,6 @@ QString formatDiveGasString(const dive *d)
QString formatDayOfWeek(int day) 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) { switch (day) {
default: default:
case 0: return gettextFromC::tr("Sunday"); case 0: return gettextFromC::tr("Sunday");