eliminate old pending entity code; do not build missing entity interface if data is actually present (but frontend cache still suggests missing)

This commit is contained in:
Ryan Fleury
2024-05-16 10:35:56 -07:00
parent e1a5d131c8
commit 8901dd30ec
2 changed files with 3 additions and 66 deletions
-1
View File
@@ -101,7 +101,6 @@ struct DF_PendingEntityViewState
{
Arena *deferred_cmd_arena;
DF_CmdList deferred_cmds;
DF_Handle pick_file_override_target;
Arena *complete_cfg_arena;
DF_CfgNode *complete_cfg_root;
};