ColProject: Removed obsolete code

This commit is contained in:
Paul Beckingham 2016-01-09 23:04:47 -05:00
parent 926f85ea7c
commit a41839b242
2 changed files with 0 additions and 7 deletions

View file

@ -47,11 +47,6 @@ ColumnProject::ColumnProject ()
_hyphenate = context.config.getBoolean ("hyphenate"); _hyphenate = context.config.getBoolean ("hyphenate");
} }
////////////////////////////////////////////////////////////////////////////////
ColumnProject::~ColumnProject ()
{
}
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Set the minimum and maximum widths for the value. // Set the minimum and maximum widths for the value.
void ColumnProject::measure (Task& task, unsigned int& minimum, unsigned int& maximum) void ColumnProject::measure (Task& task, unsigned int& minimum, unsigned int& maximum)

View file

@ -33,8 +33,6 @@ class ColumnProject : public ColumnTypeString
{ {
public: public:
ColumnProject (); ColumnProject ();
~ColumnProject ();
void measure (Task&, unsigned int&, unsigned int&); void measure (Task&, unsigned int&, unsigned int&);
void render (std::vector <std::string>&, Task&, int, Color&); void render (std::vector <std::string>&, Task&, int, Color&);