mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColScheduled: Removed obsolete code
This commit is contained in:
parent
80ac338b8d
commit
93e80462a1
2 changed files with 0 additions and 10 deletions
|
@ -27,12 +27,9 @@
|
|||
#include <cmake.h>
|
||||
#include <ColScheduled.h>
|
||||
#include <stdlib.h>
|
||||
#include <Context.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnScheduled::ColumnScheduled ()
|
||||
{
|
||||
|
@ -40,11 +37,6 @@ ColumnScheduled::ColumnScheduled ()
|
|||
_label = STRING_COLUMN_LABEL_SCHED;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnScheduled::~ColumnScheduled ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Overriden so that style <----> label are linked.
|
||||
// Note that you can not determine which gets called first.
|
||||
|
|
|
@ -33,8 +33,6 @@ class ColumnScheduled : public ColumnTypeDate
|
|||
{
|
||||
public:
|
||||
ColumnScheduled ();
|
||||
~ColumnScheduled ();
|
||||
|
||||
void setStyle (const std::string&);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue