Database: Removed unused top-level _dirty flag

This commit is contained in:
Paul Beckingham 2016-04-10 16:31:42 -04:00
parent 11548dcb4a
commit 1aa72f99b6
2 changed files with 2 additions and 13 deletions

View file

@ -57,7 +57,6 @@ private:
private:
std::string _location {"~/.timewarrior/data"};
std::vector <Datafile> _files {};
bool _dirty {false};
std::vector <Exclusion> _exclusions {};
};