Delete g_idm
Needs to be reimplemented
This commit is contained in:
@@ -714,17 +714,8 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "Utilities/typemap.h"
|
|
||||||
#include "util/fixed_typemap.hpp"
|
#include "util/fixed_typemap.hpp"
|
||||||
|
|
||||||
extern utils::typemap g_typemap;
|
|
||||||
|
|
||||||
constexpr utils::typemap* g_idm = &g_typemap;
|
|
||||||
|
|
||||||
using utils::id_new;
|
|
||||||
using utils::id_any;
|
|
||||||
using utils::id_always;
|
|
||||||
|
|
||||||
extern stx::manual_fixed_typemap<void> g_fixed_typemap;
|
extern stx::manual_fixed_typemap<void> g_fixed_typemap;
|
||||||
|
|
||||||
constexpr stx::manual_fixed_typemap<void>* g_fxo = &g_fixed_typemap;
|
constexpr stx::manual_fixed_typemap<void>* g_fxo = &g_fixed_typemap;
|
||||||
|
|||||||
@@ -48,8 +48,6 @@
|
|||||||
|
|
||||||
stx::manual_fixed_typemap<void> g_fixed_typemap;
|
stx::manual_fixed_typemap<void> g_fixed_typemap;
|
||||||
|
|
||||||
utils::typemap g_typemap{nullptr};
|
|
||||||
|
|
||||||
cfg_root g_cfg;
|
cfg_root g_cfg;
|
||||||
|
|
||||||
bool g_use_rtm;
|
bool g_use_rtm;
|
||||||
@@ -319,7 +317,6 @@ void Emulator::Init()
|
|||||||
|
|
||||||
idm::init();
|
idm::init();
|
||||||
fxm::init();
|
fxm::init();
|
||||||
g_idm->init();
|
|
||||||
g_fxo->reset();
|
g_fxo->reset();
|
||||||
|
|
||||||
// Reset defaults, cache them
|
// Reset defaults, cache them
|
||||||
@@ -1727,7 +1724,6 @@ void Emulator::Stop(bool restart)
|
|||||||
lv2_obj::cleanup();
|
lv2_obj::cleanup();
|
||||||
idm::clear();
|
idm::clear();
|
||||||
fxm::clear();
|
fxm::clear();
|
||||||
g_idm->init();
|
|
||||||
g_fxo->reset();
|
g_fxo->reset();
|
||||||
|
|
||||||
LOG_NOTICE(GENERAL, "Objects cleared...");
|
LOG_NOTICE(GENERAL, "Objects cleared...");
|
||||||
|
|||||||
Reference in New Issue
Block a user