eliminate all old debug engine eval visualization code; we're now moved over to the new more standalone eval viz codebase layer

This commit is contained in:
Ryan Fleury
2024-09-10 17:22:24 -07:00
parent 20aba085cd
commit e6872cb71e
8 changed files with 58 additions and 1715 deletions
+1 -1
View File
@@ -2489,7 +2489,7 @@ df_watch_view_build(DF_View *view, DF_WatchViewState *ewv, B32 modifiable, U32 d
cell_ui_hook = value_ui_rule_spec->info.row_ui;
cell_ui_params = value_ui_rule_root;
}
cell_can_edit = d_type_key_is_editable(cell_eval.type_key);
cell_can_edit = ev_type_key_is_editable(cell_eval.type_key);
}break;
case DF_WatchViewColumnKind_Type:
{