mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Removed obsolete comments
This commit is contained in:
parent
c67b09f721
commit
9f6baee790
1 changed files with 0 additions and 3 deletions
|
@ -170,8 +170,6 @@ void initializeDataAndRules (
|
||||||
configFile.create (0600);
|
configFile.create (0600);
|
||||||
rules.load (configFile._data);
|
rules.load (configFile._data);
|
||||||
|
|
||||||
// TODO Provide the exclusions to the database, for use with new files.
|
|
||||||
|
|
||||||
// This value is not written out to disk, as there would be no point. Having
|
// This value is not written out to disk, as there would be no point. Having
|
||||||
// located the config file, the 'db' location is already known. This is just
|
// located the config file, the 'db' location is already known. This is just
|
||||||
// for subsequent internal use.
|
// for subsequent internal use.
|
||||||
|
@ -186,7 +184,6 @@ void initializeDataAndRules (
|
||||||
database.initialize (data._data);
|
database.initialize (data._data);
|
||||||
|
|
||||||
// Set date names like "monday" to represent the past, not the future.
|
// Set date names like "monday" to represent the past, not the future.
|
||||||
// TODO Make this configurable?
|
|
||||||
Datetime::lookForwards = false;
|
Datetime::lookForwards = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue