ColRecur: Removed obsolete code

This commit is contained in:
Paul Beckingham 2016-01-09 23:05:16 -05:00
parent a41839b242
commit 80ac338b8d
2 changed files with 0 additions and 7 deletions

View file

@ -44,11 +44,6 @@ ColumnRecur::ColumnRecur ()
_examples = {"weekly", context.config.get ("recurrence.indicator")};
}
////////////////////////////////////////////////////////////////////////////////
ColumnRecur::~ColumnRecur ()
{
}
////////////////////////////////////////////////////////////////////////////////
// Overriden so that style <----> label are linked.
// Note that you can not determine which gets called first.

View file

@ -35,8 +35,6 @@ class ColumnRecur : public ColumnTypeString
{
public:
ColumnRecur ();
~ColumnRecur ();
void setStyle (const std::string&);
void measure (Task&, unsigned int&, unsigned int&);
void render (std::vector <std::string>&, Task&, int, Color&);