cleanup: remove pointless idle comment in string-format.cpp
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
264adacba1
commit
31cf991afe
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user