ColDepends: Removed obsolete method

This commit is contained in:
Paul Beckingham 2016-01-09 22:52:10 -05:00
parent 07027abf99
commit a5c4f35e06
2 changed files with 0 additions and 6 deletions

View file

@ -51,11 +51,6 @@ ColumnDepends::ColumnDepends ()
_hyphenate = context.config.getBoolean ("hyphenate"); _hyphenate = context.config.getBoolean ("hyphenate");
} }
////////////////////////////////////////////////////////////////////////////////
ColumnDepends::~ColumnDepends ()
{
}
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// 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,7 +33,6 @@ class ColumnDepends : public ColumnTypeString
{ {
public: public:
ColumnDepends (); ColumnDepends ();
~ColumnDepends ();
void setStyle (const std::string&); void setStyle (const std::string&);
void measure (Task&, unsigned int&, unsigned int&); void measure (Task&, unsigned int&, unsigned int&);