mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColTypeDate: Removed obsolete code
This commit is contained in:
parent
87916eb546
commit
825860488e
2 changed files with 0 additions and 7 deletions
|
@ -61,11 +61,6 @@ ColumnTypeDate::ColumnTypeDate ()
|
|||
ISO8601p (ISO8601d () - now).format ()};
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnTypeDate::~ColumnTypeDate ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Set the minimum and maximum widths for the value.
|
||||
void ColumnTypeDate::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||
|
|
|
@ -37,8 +37,6 @@ class ColumnTypeDate : public Column
|
|||
{
|
||||
public:
|
||||
ColumnTypeDate ();
|
||||
virtual ~ColumnTypeDate ();
|
||||
|
||||
virtual void measure (Task&, unsigned int&, unsigned int&);
|
||||
virtual void render (std::vector <std::string>&, Task&, int, Color&);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue