mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
ColRecur: Removed obsolete code
This commit is contained in:
parent
a41839b242
commit
80ac338b8d
2 changed files with 0 additions and 7 deletions
|
@ -44,11 +44,6 @@ ColumnRecur::ColumnRecur ()
|
||||||
_examples = {"weekly", context.config.get ("recurrence.indicator")};
|
_examples = {"weekly", context.config.get ("recurrence.indicator")};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnRecur::~ColumnRecur ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Overriden so that style <----> label are linked.
|
// Overriden so that style <----> label are linked.
|
||||||
// Note that you can not determine which gets called first.
|
// Note that you can not determine which gets called first.
|
||||||
|
|
|
@ -35,8 +35,6 @@ class ColumnRecur : public ColumnTypeString
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnRecur ();
|
ColumnRecur ();
|
||||||
~ColumnRecur ();
|
|
||||||
|
|
||||||
void setStyle (const std::string&);
|
void setStyle (const 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&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue