ColStatus: Removed obsolete code
This commit is contained in:
@@ -26,13 +26,10 @@
|
|||||||
|
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <ColStatus.h>
|
#include <ColStatus.h>
|
||||||
#include <Context.h>
|
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
#include <utf8.h>
|
#include <utf8.h>
|
||||||
|
|
||||||
extern Context context;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnStatus::ColumnStatus ()
|
ColumnStatus::ColumnStatus ()
|
||||||
{
|
{
|
||||||
@@ -44,11 +41,6 @@ ColumnStatus::ColumnStatus ()
|
|||||||
STRING_COLUMN_LABEL_STAT_P};
|
STRING_COLUMN_LABEL_STAT_P};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnStatus::~ColumnStatus ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// 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 ColumnStatus : public ColumnTypeString
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnStatus ();
|
ColumnStatus ();
|
||||||
~ColumnStatus ();
|
|
||||||
|
|
||||||
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