ColDate: Removed Col* virtual overrides that delegate back to the base
This commit is contained in:
@@ -41,9 +41,3 @@ ColumnModified::~ColumnModified ()
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnModified::validate (std::string& value)
|
||||
{
|
||||
return ColumnDate::validate (value);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user