Remove unused DocumentIsDirty

This commit is contained in:
Keavon Chambers
2024-01-15 02:51:40 -08:00
parent 8df59be1d5
commit d602603d46
20 changed files with 15 additions and 125 deletions

View File

@@ -555,7 +555,6 @@ impl NodeGraphExecutor {
responses.extend(existing_responses);
responses.add(NodeGraphMessage::UpdateTypes { resolved_types, node_graph_errors });
responses.add(NodeGraphMessage::SendGraph);
responses.add(BroadcastEvent::DocumentIsDirty);
responses.add(OverlaysMessage::Draw);
let Ok(node_graph_output) = result else {