Column: Removed obsolete method

This commit is contained in:
Paul Beckingham 2016-01-09 22:41:42 -05:00
parent 08d5db0b49
commit 07027abf99
2 changed files with 0 additions and 6 deletions

View file

@ -213,11 +213,6 @@ Column::Column ()
{ {
} }
////////////////////////////////////////////////////////////////////////////////
Column::~Column ()
{
}
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
void Column::renderHeader ( void Column::renderHeader (
std::vector <std::string>& lines, std::vector <std::string>& lines,

View file

@ -41,7 +41,6 @@ public:
static Column* uda (const std::string&); static Column* uda (const std::string&);
Column (); Column ();
virtual ~Column ();
const std::string& name () const { return _name; } const std::string& name () const { return _name; }
const std::string& style () const { return _style; } const std::string& style () const { return _style; }