Column: Reduced ::modify to a minimal implementation

This commit is contained in:
Paul Beckingham
2016-02-01 00:33:22 -05:00
parent 264fd264e9
commit c167fa665e
2 changed files with 1 additions and 8 deletions

View File

@@ -266,12 +266,6 @@ bool Column::validate (std::string& input)
return input.length () ? true : false;
}
////////////////////////////////////////////////////////////////////////////////
void Column::modify (Task& task, const std::string& value)
{
task.set (_name, value);
}
////////////////////////////////////////////////////////////////////////////////
// All integer values are right-justified.
void Column::renderInteger (