mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue