mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
Columns: Consistency
This commit is contained in:
parent
b0a4a409a6
commit
e871976bb9
11 changed files with 3 additions and 14 deletions
|
@ -59,7 +59,6 @@ ColumnProject::ColumnProject ()
|
|||
void ColumnProject::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||
{
|
||||
minimum = maximum = 0;
|
||||
|
||||
if (task.has (_name))
|
||||
{
|
||||
std::string project = task.get (_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue