ColTypeNumeric: Removed obsolete code
This commit is contained in:
@@ -33,11 +33,6 @@ ColumnTypeNumeric::ColumnTypeNumeric ()
|
|||||||
_type = "numeric";
|
_type = "numeric";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnTypeNumeric::~ColumnTypeNumeric ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Set the minimum and maximum widths for the value.
|
// Set the minimum and maximum widths for the value.
|
||||||
void ColumnTypeNumeric::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
void ColumnTypeNumeric::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||||
|
|||||||
@@ -37,8 +37,6 @@ class ColumnTypeNumeric : public Column
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnTypeNumeric ();
|
ColumnTypeNumeric ();
|
||||||
virtual ~ColumnTypeNumeric ();
|
|
||||||
|
|
||||||
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