mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColUDA: Removed redundant code
This commit is contained in:
parent
e616538bcc
commit
9888f98333
1 changed files with 4 additions and 7 deletions
|
@ -121,8 +121,6 @@ void ColumnUDAString::render (
|
||||||
renderStringLeft (lines, width, color, i);
|
renderStringLeft (lines, width, color, i);
|
||||||
}
|
}
|
||||||
else if (_style == "indicator")
|
else if (_style == "indicator")
|
||||||
{
|
|
||||||
if (task.has (_name))
|
|
||||||
{
|
{
|
||||||
auto indicator = context.config.get ("uda." + _name + ".indicator");
|
auto indicator = context.config.get ("uda." + _name + ".indicator");
|
||||||
if (indicator == "")
|
if (indicator == "")
|
||||||
|
@ -132,7 +130,6 @@ void ColumnUDAString::render (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnUDANumeric::ColumnUDANumeric ()
|
ColumnUDANumeric::ColumnUDANumeric ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue