ColDescription: Removed obsolete method
This commit is contained in:
@@ -79,11 +79,6 @@ ColumnDescription::ColumnDescription ()
|
|||||||
_indent = context.config.getInteger ("indent.annotation");
|
_indent = context.config.getInteger ("indent.annotation");
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnDescription::~ColumnDescription ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Set the minimum and maximum widths for the value.
|
// Set the minimum and maximum widths for the value.
|
||||||
void ColumnDescription::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
void ColumnDescription::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ class ColumnDescription : public ColumnTypeString
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnDescription ();
|
ColumnDescription ();
|
||||||
~ColumnDescription ();
|
|
||||||
|
|
||||||
void measure (Task&, unsigned int&, unsigned int&);
|
void measure (Task&, unsigned int&, unsigned int&);
|
||||||
void render (std::vector <std::string>&, Task&, int, Color&);
|
void render (std::vector <std::string>&, Task&, int, Color&);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user