ColTags: Removed obsolete code

This commit is contained in:
Paul Beckingham 2016-01-09 23:17:05 -05:00
parent b9fe3673fb
commit 87916eb546
2 changed files with 0 additions and 7 deletions

View file

@ -47,11 +47,6 @@ ColumnTags::ColumnTags ()
_hyphenate = context.config.getBoolean ("hyphenate"); _hyphenate = context.config.getBoolean ("hyphenate");
} }
////////////////////////////////////////////////////////////////////////////////
ColumnTags::~ColumnTags ()
{
}
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// 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.

View file

@ -33,8 +33,6 @@ class ColumnTags : public ColumnTypeString
{ {
public: public:
ColumnTags (); ColumnTags ();
~ColumnTags ();
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&);