mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColID: Removed obsolete code
This commit is contained in:
parent
dc2f5425fa
commit
a084aac4ca
2 changed files with 0 additions and 10 deletions
|
@ -27,12 +27,9 @@
|
|||
#include <cmake.h>
|
||||
#include <ColID.h>
|
||||
#include <math.h>
|
||||
#include <Context.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnID::ColumnID ()
|
||||
{
|
||||
|
@ -44,11 +41,6 @@ ColumnID::ColumnID ()
|
|||
_examples = {"123"};
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnID::~ColumnID ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Set the minimum and maximum widths for the value.
|
||||
void ColumnID::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||
|
|
|
@ -33,8 +33,6 @@ class ColumnID : public ColumnTypeNumeric
|
|||
{
|
||||
public:
|
||||
ColumnID ();
|
||||
~ColumnID ();
|
||||
|
||||
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