CmdCalendar: Remove accidental repeated blending

This commit is contained in:
Tomas Babej 2020-12-14 21:19:19 -05:00
parent 83a55ccfe5
commit bfae79eac7
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -584,7 +584,6 @@ std::string CmdCalendar::renderMonths (
case Task::dateEarlierToday:
case Task::dateLaterToday:
cellColor.blend (color_duetoday);
cellColor.blend (color_duetoday);
break;