ColDue: Removed obsolete code

This commit is contained in:
Paul Beckingham 2016-01-09 22:54:45 -05:00
parent f011f6e23f
commit 886c030452
2 changed files with 0 additions and 10 deletions

View file

@ -33,8 +33,6 @@ class ColumnDue : public ColumnTypeDate
{
public:
ColumnDue ();
~ColumnDue ();
void setStyle (const std::string&);
};