ColMask: Removed obsolete code
This commit is contained in:
@@ -27,12 +27,9 @@
|
|||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <ColMask.h>
|
#include <ColMask.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <Context.h>
|
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
||||||
extern Context context;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnMask::ColumnMask ()
|
ColumnMask::ColumnMask ()
|
||||||
{
|
{
|
||||||
@@ -44,11 +41,6 @@ ColumnMask::ColumnMask ()
|
|||||||
_examples = {"++++---"};
|
_examples = {"++++---"};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnMask::~ColumnMask ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Set the minimum and maximum widths for the value.
|
// Set the minimum and maximum widths for the value.
|
||||||
void ColumnMask::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
void ColumnMask::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ class ColumnMask : public ColumnTypeString
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnMask ();
|
ColumnMask ();
|
||||||
~ColumnMask ();
|
|
||||||
|
|
||||||
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