mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Database: Removed unused top-level _dirty flag
This commit is contained in:
parent
11548dcb4a
commit
1aa72f99b6
2 changed files with 2 additions and 13 deletions
|
@ -57,7 +57,6 @@ private:
|
|||
private:
|
||||
std::string _location {"~/.timewarrior/data"};
|
||||
std::vector <Datafile> _files {};
|
||||
bool _dirty {false};
|
||||
std::vector <Exclusion> _exclusions {};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue