mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColUDA: Removed obsolete code
This commit is contained in:
parent
3380cac00e
commit
f89c35f736
2 changed files with 0 additions and 7 deletions
|
@ -47,11 +47,6 @@ ColumnUDA::ColumnUDA ()
|
|||
_styles = {_style, "indicator"};
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnUDA::~ColumnUDA ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnUDA::validate (std::string& value)
|
||||
{
|
||||
|
|
|
@ -33,8 +33,6 @@ class ColumnUDA : public Column
|
|||
{
|
||||
public:
|
||||
ColumnUDA ();
|
||||
~ColumnUDA ();
|
||||
|
||||
bool validate (std::string&);
|
||||
void measure (Task&, unsigned int&, unsigned int&);
|
||||
void render (std::vector <std::string>&, Task&, int, Color&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue