remove ObjectManager production callback #696

Open
muellerr wants to merge 6 commits from mueller/obj-man-remove-weird-proc-func into development
Showing only changes of commit 7382d0b38a - Show all commits

View File

@ -25,7 +25,7 @@ ServiceInterfaceStream warning("WARNING");
int customSetup() {
// global setup
ObjectManager* objMan = ObjectManager::instance();
objMan->setObjectFactoryFunction(Factory::produceFrameworkObjects, nullptr);
Factory::produceFrameworkObjects(nullptr);
objMan->initialize();
return 0;
}