engine - remove gncmod boilerplate

engine is now an ordinary shared library

This requires a few more places to run gnc_engine_init as
this is no longer done as part of module loading.
This commit is contained in:
Geert Janssens
2019-11-24 18:30:33 +01:00
parent 95b81844ad
commit 4c77f7670e
55 changed files with 50 additions and 222 deletions

View File

@@ -65,10 +65,6 @@ libgncmod_example_gnc_module_description (void)
int
libgncmod_example_gnc_module_init (int refcount)
{
if (!gnc_module_load ("gnucash/engine", 0)) {
return FALSE;
}
if (refcount == 0) {
/* this is the first time the module is loaded */