ColStart: Removed obsolete code
This commit is contained in:
@@ -43,11 +43,6 @@ ColumnStart::ColumnStart ()
|
|||||||
_examples.push_back (context.config.get ("active.indicator"));
|
_examples.push_back (context.config.get ("active.indicator"));
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnStart::~ColumnStart ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Overriden so that style <----> label are linked.
|
// Overriden so that style <----> label are linked.
|
||||||
// Note that you can not determine which gets called first.
|
// Note that you can not determine which gets called first.
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ class ColumnStart : public ColumnTypeDate
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnStart ();
|
ColumnStart ();
|
||||||
~ColumnStart ();
|
|
||||||
|
|
||||||
void setStyle (const std::string&);
|
void setStyle (const std::string&);
|
||||||
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&);
|
||||||
|
|||||||
Reference in New Issue
Block a user