ColUDA: Removed obsolete code
This commit is contained in:
@@ -47,11 +47,6 @@ ColumnUDA::ColumnUDA ()
|
|||||||
_styles = {_style, "indicator"};
|
_styles = {_style, "indicator"};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnUDA::~ColumnUDA ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
bool ColumnUDA::validate (std::string& value)
|
bool ColumnUDA::validate (std::string& value)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ class ColumnUDA : public Column
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnUDA ();
|
ColumnUDA ();
|
||||||
~ColumnUDA ();
|
|
||||||
|
|
||||||
bool validate (std::string&);
|
bool validate (std::string&);
|
||||||
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