mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 19:48:11 +00:00
progress on single async-filled computation artifact cache; hook up to text cache layer, eliminate bespoke cache for text only
This commit is contained in:
@@ -65,9 +65,6 @@ main_thread_base_entry_point(int arguments_count, char **arguments)
|
||||
#if defined(FILE_STREAM_H) && !defined(FS_INIT_MANUAL)
|
||||
fs_init();
|
||||
#endif
|
||||
#if defined(TEXT_CACHE_H) && !defined(TXT_INIT_MANUAL)
|
||||
txt_init();
|
||||
#endif
|
||||
#if defined(MUTABLE_TEXT_H) && !defined(MTX_INIT_MANUAL)
|
||||
mtx_init();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user