ColParent: Removed obsolete code
This commit is contained in:
@@ -27,12 +27,9 @@
|
|||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <ColParent.h>
|
#include <ColParent.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;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnParent::ColumnParent ()
|
ColumnParent::ColumnParent ()
|
||||||
{
|
{
|
||||||
@@ -44,11 +41,6 @@ ColumnParent::ColumnParent ()
|
|||||||
_examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"};
|
_examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnParent::~ColumnParent ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Set the minimum and maximum widths for the value.
|
// Set the minimum and maximum widths for the value.
|
||||||
void ColumnParent::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
void ColumnParent::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ class ColumnParent : public ColumnTypeString
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnParent ();
|
ColumnParent ();
|
||||||
~ColumnParent ();
|
|
||||||
|
|
||||||
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