mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user