mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Urgency: Replace 'next' coefficient with configuration entry
This commit is contained in:
parent
a9b7d1b533
commit
6b83945a21
6 changed files with 2 additions and 17 deletions
|
@ -51,7 +51,6 @@ public:
|
|||
static float urgencyBlockedCoefficient;
|
||||
static float urgencyAnnotationsCoefficient;
|
||||
static float urgencyTagsCoefficient;
|
||||
static float urgencyNextCoefficient;
|
||||
static float urgencyDueCoefficient;
|
||||
static float urgencyBlockingCoefficient;
|
||||
static float urgencyAgeCoefficient;
|
||||
|
@ -174,7 +173,6 @@ public:
|
|||
float urgency_inherit () const;
|
||||
float urgency_annotations () const;
|
||||
float urgency_tags () const;
|
||||
float urgency_next () const;
|
||||
float urgency_due () const;
|
||||
float urgency_blocking () const;
|
||||
float urgency_age () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue