mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColTypeString: Eliminated namedDates
This commit is contained in:
parent
d6bbdb90b9
commit
06a78e1aff
1 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
||||||
#include <Eval.h>
|
#include <Eval.h>
|
||||||
#include <Variant.h>
|
#include <Variant.h>
|
||||||
#include <Filter.h>
|
#include <Filter.h>
|
||||||
#include <Dates.h>
|
|
||||||
#include <format.h>
|
#include <format.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
||||||
|
@ -63,7 +62,6 @@ void ColumnTypeString::modify (Task& task, const std::string& value)
|
||||||
{
|
{
|
||||||
Eval e;
|
Eval e;
|
||||||
e.addSource (domSource);
|
e.addSource (domSource);
|
||||||
e.addSource (namedDates);
|
|
||||||
contextTask = task;
|
contextTask = task;
|
||||||
|
|
||||||
Variant v;
|
Variant v;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue