- Implemented start.active.
This commit is contained in:
Paul Beckingham
2011-05-02 22:53:47 -04:00
parent 27752bd510
commit f9ab8f2a1c
5 changed files with 61 additions and 21 deletions

View File

@@ -102,9 +102,6 @@ void ColumnDate::measure (Task& task, int& minimum, int& maximum)
else if (_style == "short")
{
}
else if (_style == "active")
{
}
else if (_style == "countdown")
{
}