mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColTags: Eliminated namedDates
This commit is contained in:
parent
23569ad5e7
commit
c4b41734a9
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
||||||
#include <Eval.h>
|
#include <Eval.h>
|
||||||
#include <Variant.h>
|
#include <Variant.h>
|
||||||
#include <Filter.h>
|
#include <Filter.h>
|
||||||
#include <Dates.h>
|
|
||||||
#include <shared.h>
|
#include <shared.h>
|
||||||
#include <format.h>
|
#include <format.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
@ -170,7 +169,6 @@ void ColumnTags::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