Finally remove fxm from IdManager

This commit is contained in:
Nekotekina 2019-09-26 21:55:03 +03:00
parent c065a21b74
commit 465b16e786
4 changed files with 1 additions and 146 deletions

View file

@ -322,7 +322,6 @@ void Emulator::Init()
}
idm::init();
fxm::init();
g_fxo->reset();
// Reset defaults, cache them
@ -1791,7 +1790,6 @@ void Emulator::Stop(bool restart)
lv2_obj::cleanup();
idm::clear();
fxm::clear();
g_fxo->reset();
LOG_NOTICE(GENERAL, "Objects cleared...");