ColUDA: Removed redundant code

This commit is contained in:
Paul Beckingham 2016-12-31 10:40:29 -05:00
parent e616538bcc
commit 9888f98333

View file

@ -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 ()