ColEntry: Removed obsolete code

This commit is contained in:
Paul Beckingham 2016-01-09 22:56:01 -05:00
parent bf038b37ac
commit dc2f5425fa
2 changed files with 0 additions and 7 deletions

View file

@ -35,11 +35,6 @@ ColumnEntry::ColumnEntry ()
_label = STRING_COLUMN_LABEL_ADDED; _label = STRING_COLUMN_LABEL_ADDED;
} }
////////////////////////////////////////////////////////////////////////////////
ColumnEntry::~ColumnEntry ()
{
}
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// 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 ColumnEntry : public ColumnTypeDate
{ {
public: public:
ColumnEntry (); ColumnEntry ();
~ColumnEntry ();
void setStyle (const std::string&); void setStyle (const std::string&);
}; };