mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Recurrence: Stubbed synthesizeTasks
This commit is contained in:
parent
0973bf0dda
commit
2810c70223
3 changed files with 10 additions and 12 deletions
|
@ -30,21 +30,17 @@
|
|||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Scans all tasks, and for any recurring tasks, determines whether any new
|
||||
// child tasks need to be generated to fill gaps.
|
||||
void handleRecurrence2 ()
|
||||
static void synthesizeTasks (const Task&)
|
||||
{
|
||||
// Recurrence can be disabled.
|
||||
// Note: This is currently a workaround for TD-44, TW-1520.
|
||||
if (context.config.getBoolean ("recurrence"))
|
||||
{
|
||||
context.debug ("handleRecurrence2 start");
|
||||
|
||||
|
||||
|
||||
|
||||
context.debug ("handleRecurrence2 end");
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Generates all necessary recurring task instances.
|
||||
void handleRecurrence2 ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue