ColUDA: Removed redundant code
This commit is contained in:
@@ -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 ()
|
||||||
|
|||||||
Reference in New Issue
Block a user