mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColDue: Removed obsolete code
This commit is contained in:
parent
f011f6e23f
commit
886c030452
2 changed files with 0 additions and 10 deletions
|
@ -27,12 +27,9 @@
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <ColDue.h>
|
#include <ColDue.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <Context.h>
|
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
||||||
extern Context context;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnDue::ColumnDue ()
|
ColumnDue::ColumnDue ()
|
||||||
{
|
{
|
||||||
|
@ -40,11 +37,6 @@ ColumnDue::ColumnDue ()
|
||||||
_label = STRING_COLUMN_LABEL_DUE;
|
_label = STRING_COLUMN_LABEL_DUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnDue::~ColumnDue ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// 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 ColumnDue : public ColumnTypeDate
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnDue ();
|
ColumnDue ();
|
||||||
~ColumnDue ();
|
|
||||||
|
|
||||||
void setStyle (const std::string&);
|
void setStyle (const std::string&);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue