mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
reverting change to qofsession.c from r13084, already replaced in r13097
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13112 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -889,12 +889,6 @@ qof_session_load_backend(QofSession * session, char * access_method)
|
||||
}
|
||||
/* Use the providers creation callback */
|
||||
session->backend = (*(prov->backend_new))();
|
||||
/* Initialize be configuration. */
|
||||
{
|
||||
KvpFrame *config;
|
||||
config = qof_backend_get_config(session->backend);
|
||||
qof_backend_load_config(session->backend, config);
|
||||
}
|
||||
session->backend->provider = prov;
|
||||
/* Tell the books about the backend that they'll be using. */
|
||||
for (node=session->books; node; node=node->next)
|
||||
|
||||
Reference in New Issue
Block a user