mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove duplicate decl.
This commit is contained in:
parent
8ff5af4c19
commit
320db3270b
@ -26,10 +26,9 @@ int main()
|
|||||||
const char* testurl = "sqlite3://" TESTFILE;
|
const char* testurl = "sqlite3://" TESTFILE;
|
||||||
char * no_args[1] = { NULL };
|
char * no_args[1] = { NULL };
|
||||||
QofSession* s = NULL;
|
QofSession* s = NULL;
|
||||||
|
|
||||||
qof_log_init();
|
qof_log_init();
|
||||||
qof_init();
|
qof_init();
|
||||||
char * no_args[1] = { NULL };
|
|
||||||
gnc_engine_init(0, no_args);
|
gnc_engine_init(0, no_args);
|
||||||
|
|
||||||
s = qof_session_new(NULL);
|
s = qof_session_new(NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user