Remove comments

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-04-12 15:49:05 +02:00
parent 920e3b4019
commit 297d9e3c19

View file

@ -266,7 +266,6 @@ std::string Chart::renderMonth (const Datetime &previous, const Datetime &day)
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Includes trailing separator space.
std::string Chart::renderWeek (const Datetime &previous, const Datetime &day) std::string Chart::renderWeek (const Datetime &previous, const Datetime &day)
{ {
const auto show_week = previous.week () != day.week (); const auto show_week = previous.week () != day.week ();
@ -280,8 +279,6 @@ std::string Chart::renderWeek (const Datetime &previous, const Datetime &day)
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Today should be highlighted.
// Includes trailing separator space.
std::string Chart::renderWeekday (Datetime &day, const Color &color) std::string Chart::renderWeekday (Datetime &day, const Color &color)
{ {
std::stringstream out; std::stringstream out;