mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColDescription: Removed obsolete method
This commit is contained in:
parent
a5c4f35e06
commit
f011f6e23f
2 changed files with 0 additions and 7 deletions
|
@ -79,11 +79,6 @@ ColumnDescription::ColumnDescription ()
|
|||
_indent = context.config.getInteger ("indent.annotation");
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnDescription::~ColumnDescription ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Set the minimum and maximum widths for the value.
|
||||
void ColumnDescription::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||
|
|
|
@ -33,8 +33,6 @@ class ColumnDescription : public ColumnTypeString
|
|||
{
|
||||
public:
|
||||
ColumnDescription ();
|
||||
~ColumnDescription ();
|
||||
|
||||
void measure (Task&, unsigned int&, unsigned int&);
|
||||
void render (std::vector <std::string>&, Task&, int, Color&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue