ColTypeDate: Removed obsolete code
This commit is contained in:
@@ -61,11 +61,6 @@ ColumnTypeDate::ColumnTypeDate ()
|
|||||||
ISO8601p (ISO8601d () - now).format ()};
|
ISO8601p (ISO8601d () - now).format ()};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnTypeDate::~ColumnTypeDate ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Set the minimum and maximum widths for the value.
|
// Set the minimum and maximum widths for the value.
|
||||||
void ColumnTypeDate::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
void ColumnTypeDate::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||||
|
|||||||
@@ -37,8 +37,6 @@ class ColumnTypeDate : public Column
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnTypeDate ();
|
ColumnTypeDate ();
|
||||||
virtual ~ColumnTypeDate ();
|
|
||||||
|
|
||||||
virtual void measure (Task&, unsigned int&, unsigned int&);
|
virtual void measure (Task&, unsigned int&, unsigned int&);
|
||||||
virtual void render (std::vector <std::string>&, Task&, int, Color&);
|
virtual void render (std::vector <std::string>&, Task&, int, Color&);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user