Column: Reduced ::modify to a minimal implementation
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user