mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
eliminate old disasm layer initialization
This commit is contained in:
@@ -48,9 +48,6 @@ main_thread_base_entry_point(void (*entry_point)(CmdLine *cmdline), char **argum
|
|||||||
#if defined(CTRL_CORE_H)
|
#if defined(CTRL_CORE_H)
|
||||||
ctrl_init();
|
ctrl_init();
|
||||||
#endif
|
#endif
|
||||||
#if defined(DASM_H)
|
|
||||||
dasmi_init();
|
|
||||||
#endif
|
|
||||||
#if defined(OS_GRAPHICAL_H)
|
#if defined(OS_GRAPHICAL_H)
|
||||||
os_graphical_init();
|
os_graphical_init();
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user