mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Duration
- Removed legacy duration value mapping, which causes much performance degradation.
This commit is contained in:
parent
f0cc0151b7
commit
7665d13d42
6 changed files with 17 additions and 129 deletions
|
@ -154,7 +154,6 @@ public:
|
|||
|
||||
enum modType {modReplace, modPrepend, modAppend, modAnnotate};
|
||||
void modify (modType, bool text_required = false);
|
||||
void upgradeLegacyValues ();
|
||||
|
||||
private:
|
||||
int determineVersion (const std::string&);
|
||||
|
@ -163,7 +162,6 @@ private:
|
|||
void validate_before (const std::string&, const std::string&);
|
||||
const std::string encode (const std::string&) const;
|
||||
const std::string decode (const std::string&) const;
|
||||
void upgradeLegacyValue (std::string&);
|
||||
|
||||
public:
|
||||
float urgency_priority () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue