ColDate: Removed Col* virtual overrides that delegate back to the base

This commit is contained in:
Paul Beckingham
2015-07-17 23:23:43 -04:00
parent 40c472e3d5
commit e39f610a68
16 changed files with 0 additions and 60 deletions

View File

@@ -35,7 +35,6 @@ public:
ColumnStart ();
~ColumnStart ();
bool validate (std::string&);
void setStyle (const std::string&);
void measure (Task&, unsigned int&, unsigned int&);
void render (std::vector <std::string>&, Task&, int, Color&);