ColRecur: Removed obsolete code
This commit is contained in:
@@ -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&);
|
||||||
|
|||||||
Reference in New Issue
Block a user