eliminate old eval viz code in engine

This commit is contained in:
Ryan Fleury
2024-09-11 15:22:51 -07:00
parent cc2b5138b0
commit f4726eee0a
6 changed files with 13 additions and 233 deletions
-4
View File
@@ -4151,10 +4151,6 @@ d_init(void)
d_state->member_caches[idx].arena = arena_alloc();
}
// rjf: set up eval view cache
d_state->eval_view_cache.slots_count = 4096;
d_state->eval_view_cache.slots = push_array(arena, D_EvalViewSlot, d_state->eval_view_cache.slots_count);
// rjf: set up run state
d_state->ctrl_last_run_arena = arena_alloc();
}