mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Columns: Removed unnecessary virtual overrides
This commit is contained in:
parent
b37caeaa68
commit
d753bb747b
25 changed files with 7 additions and 85 deletions
|
@ -54,12 +54,6 @@ ColumnRecur::~ColumnRecur ()
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnRecur::validate (std::string& value)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// 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