mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColDate: Removed Col* virtual overrides that delegate back to the base
This commit is contained in:
parent
40c472e3d5
commit
e39f610a68
16 changed files with 0 additions and 60 deletions
|
@ -52,12 +52,6 @@ ColumnScheduled::~ColumnScheduled ()
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnScheduled::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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue