mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColUrgency: Removed obsolete code
This commit is contained in:
parent
51badfa4ee
commit
8c74495b11
2 changed files with 0 additions and 10 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue