ColDate: Removed Col* virtual overrides that delegate back to the base
This commit is contained in:
@@ -40,12 +40,6 @@ ColumnEntry::~ColumnEntry ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnEntry::validate (std::string& value)
|
||||
{
|
||||
return ColumnDate::validate (value);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Overriden so that style <----> label are linked.
|
||||
// Note that you can not determine which gets called first.
|
||||
|
||||
Reference in New Issue
Block a user