mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColString: Removed obsolete code
This commit is contained in:
parent
1a7adea217
commit
b9fe3673fb
2 changed files with 0 additions and 7 deletions
|
@ -50,11 +50,6 @@ ColumnString::ColumnString ()
|
||||||
_hyphenate = context.config.getBoolean ("hyphenate");
|
_hyphenate = context.config.getBoolean ("hyphenate");
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnString::~ColumnString ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// ColumnString is unique - it copies the report name into the label. This is
|
// ColumnString is unique - it copies the report name into the label. This is
|
||||||
// a kludgy reuse of an otherwise unused member.
|
// a kludgy reuse of an otherwise unused member.
|
||||||
|
|
|
@ -37,8 +37,6 @@ class ColumnString : public Column
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnString ();
|
ColumnString ();
|
||||||
~ColumnString ();
|
|
||||||
|
|
||||||
void setReport (const std::string&);
|
void setReport (const std::string&);
|
||||||
void measure (const std::string&, unsigned int&, unsigned int&);
|
void measure (const std::string&, unsigned int&, unsigned int&);
|
||||||
void render (std::vector <std::string>&, const std::string&, int, Color&);
|
void render (std::vector <std::string>&, const std::string&, int, Color&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue