mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
ColMask: Removed obsolete code
This commit is contained in:
parent
1b368d5ff9
commit
639cd27ef0
2 changed files with 0 additions and 10 deletions
|
@ -27,12 +27,9 @@
|
|||
#include <cmake.h>
|
||||
#include <ColMask.h>
|
||||
#include <math.h>
|
||||
#include <Context.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnMask::ColumnMask ()
|
||||
{
|
||||
|
@ -44,11 +41,6 @@ ColumnMask::ColumnMask ()
|
|||
_examples = {"++++---"};
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnMask::~ColumnMask ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// 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