Revert "spa: json: Add a helper method to shrink an object string"

Drop this until we have better API for building/visiting JSON.

This reverts commit c244fbf945.
This commit is contained in:
Arun Raghavan 2026-02-19 11:50:42 -08:00 committed by Wim Taymans
parent e46bfe67b6
commit 5bd93b97ad
2 changed files with 0 additions and 106 deletions

View file

@ -1442,7 +1442,6 @@ static int load_filter_graph(struct impl *impl, const char *graph, int order)
insert_graph(&impl->active_graphs, pending);
impl->graph_descs[order] = strdup(graph);
spa_json_str_object_reduce_inplace(impl->graph_descs[order]);
spa_log_info(impl->log, "loading filter-graph order:%d", order);
}