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