ColEnd: Removed obsolete code

This commit is contained in:
Paul Beckingham 2016-01-09 22:55:24 -05:00
parent 886c030452
commit bf038b37ac
2 changed files with 0 additions and 6 deletions

View file

@ -36,8 +36,3 @@ ColumnEnd::ColumnEnd ()
}
////////////////////////////////////////////////////////////////////////////////
ColumnEnd::~ColumnEnd ()
{
}
////////////////////////////////////////////////////////////////////////////////

View file

@ -33,7 +33,6 @@ class ColumnEnd : public ColumnTypeDate
{
public:
ColumnEnd ();
~ColumnEnd ();
};
#endif