mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: initializeDataAndRules no longer logs
This commit is contained in:
parent
d4bb341ee3
commit
055d76f5fd
3 changed files with 4 additions and 23 deletions
|
@ -38,9 +38,9 @@
|
|||
// init.cpp
|
||||
bool lightweightVersionCheck (int, const char**);
|
||||
void initializeEntities (CLI&);
|
||||
void initializeDataAndRules (CLI&, Database&, Rules&, Log&);
|
||||
void initializeExtensions (Rules&, Extensions&, Log&);
|
||||
int dispatchCommand (CLI&, Database&, Rules&, Extensions&, Log&);
|
||||
void initializeDataAndRules (CLI&, Database&, Rules&);
|
||||
|
||||
// helper.cpp
|
||||
Color tagColor (const Rules&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue