ColModified: Removed obsolete code

This commit is contained in:
Paul Beckingham 2016-01-09 23:03:02 -05:00
parent 639cd27ef0
commit 383d596516
2 changed files with 0 additions and 6 deletions

View file

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

View file

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