mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColEntry: Removed obsolete code
This commit is contained in:
parent
bf038b37ac
commit
dc2f5425fa
2 changed files with 0 additions and 7 deletions
|
@ -35,11 +35,6 @@ ColumnEntry::ColumnEntry ()
|
||||||
_label = STRING_COLUMN_LABEL_ADDED;
|
_label = STRING_COLUMN_LABEL_ADDED;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnEntry::~ColumnEntry ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Overriden so that style <----> label are linked.
|
// Overriden so that style <----> label are linked.
|
||||||
// Note that you can not determine which gets called first.
|
// Note that you can not determine which gets called first.
|
||||||
|
|
|
@ -33,8 +33,6 @@ class ColumnEntry : public ColumnTypeDate
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnEntry ();
|
ColumnEntry ();
|
||||||
~ColumnEntry ();
|
|
||||||
|
|
||||||
void setStyle (const std::string&);
|
void setStyle (const std::string&);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue