ColUrgency: Removed obsolete code
This commit is contained in:
@@ -26,12 +26,9 @@
|
||||
|
||||
#include <cmake.h>
|
||||
#include <ColUrgency.h>
|
||||
#include <Context.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnUrgency::ColumnUrgency ()
|
||||
{
|
||||
@@ -42,11 +39,6 @@ ColumnUrgency::ColumnUrgency ()
|
||||
_examples = {"4.6", "4"};
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnUrgency::~ColumnUrgency ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Set the minimum and maximum widths for the value.
|
||||
void ColumnUrgency::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||
|
||||
@@ -33,8 +33,6 @@ class ColumnUrgency : public ColumnTypeNumeric
|
||||
{
|
||||
public:
|
||||
ColumnUrgency ();
|
||||
~ColumnUrgency ();
|
||||
|
||||
void measure (Task&, unsigned int&, unsigned int&);
|
||||
void render (std::vector <std::string>&, Task&, int, Color&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user