mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColTypeDuration: Removed obsolete code
This commit is contained in:
parent
825860488e
commit
08bc64aeb9
2 changed files with 0 additions and 7 deletions
|
@ -33,11 +33,6 @@ ColumnTypeDuration::ColumnTypeDuration ()
|
|||
_type = "duration";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnTypeDuration::~ColumnTypeDuration ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Set the minimum and maximum widths for the value.
|
||||
void ColumnTypeDuration::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||
|
|
|
@ -37,8 +37,6 @@ class ColumnTypeDuration : public Column
|
|||
{
|
||||
public:
|
||||
ColumnTypeDuration ();
|
||||
virtual ~ColumnTypeDuration ();
|
||||
|
||||
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