Database: Relocated ::validateInterval to helper.cpp, it is a macro function

This commit is contained in:
Paul Beckingham 2016-07-01 08:29:12 -04:00
parent 9e9b255a4e
commit 50dd735101
2 changed files with 0 additions and 13 deletions

View file

@ -58,7 +58,6 @@ private:
unsigned int getDatafile (int, int);
std::vector <Range> segmentRange (const Range&);
void initializeDatafiles ();
void validateAddition (const Interval&) const;
private:
std::string _location {"~/.timewarrior/data"};