mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Removed support for the "command.logging" configuration variable and
the "task usage" command.
This commit is contained in:
parent
78fae5195b
commit
d837a25be7
12 changed files with 6 additions and 171 deletions
|
@ -48,7 +48,6 @@ public:
|
|||
bool addT (const T&) const;
|
||||
bool modifyT (const T&);
|
||||
bool logRead (std::vector <std::string>&) const;
|
||||
bool logCommand (int, char**) const;
|
||||
int gc ();
|
||||
int nextId ();
|
||||
|
||||
|
@ -62,7 +61,6 @@ private:
|
|||
private:
|
||||
std::string mPendingFile;
|
||||
std::string mCompletedFile;
|
||||
std::string mLogFile;
|
||||
int mId;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue