mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Remove comments
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
920e3b4019
commit
297d9e3c19
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue