mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +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
|
@ -50,12 +50,6 @@ ColumnMask::~ColumnMask ()
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnMask::validate (std::string& value)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Set the minimum and maximum widths for the value.
|
||||
void ColumnMask::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue