mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColDepends: Removed obsolete method
This commit is contained in:
parent
07027abf99
commit
a5c4f35e06
2 changed files with 0 additions and 6 deletions
|
@ -51,11 +51,6 @@ ColumnDepends::ColumnDepends ()
|
|||
_hyphenate = context.config.getBoolean ("hyphenate");
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnDepends::~ColumnDepends ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Overriden so that style <----> label are linked.
|
||||
// Note that you can not determine which gets called first.
|
||||
|
|
|
@ -33,7 +33,6 @@ class ColumnDepends : public ColumnTypeString
|
|||
{
|
||||
public:
|
||||
ColumnDepends ();
|
||||
~ColumnDepends ();
|
||||
|
||||
void setStyle (const std::string&);
|
||||
void measure (Task&, unsigned int&, unsigned int&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue