Columns: Removed unnecessary virtual overrides

This commit is contained in:
Paul Beckingham 2015-07-18 00:43:51 -04:00
parent b37caeaa68
commit d753bb747b
25 changed files with 7 additions and 85 deletions

View file

@ -50,12 +50,6 @@ ColumnUUID::~ColumnUUID ()
{
}
////////////////////////////////////////////////////////////////////////////////
bool ColumnUUID::validate (std::string& value)
{
return true;
}
////////////////////////////////////////////////////////////////////////////////
// Set the minimum and maximum widths for the value.
void ColumnUUID::measure (Task&, unsigned int& minimum, unsigned int& maximum)