Skip to content

Commit 0c91327

Browse files
committed
Cleanup
1 parent abadd26 commit 0c91327

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

editor/src/messages/tool/tool_messages/spline_tool.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,6 @@ impl Fsm for SplineToolFsmState {
360360
tool_options.stroke.apply_stroke(tool_data.weight, layer, responses);
361361
tool_data.current_layer = Some(layer);
362362

363-
// responses.add(Message::StartBuffer);
364-
365363
SplineToolFsmState::Drawing
366364
}
367365
(SplineToolFsmState::Drawing, SplineToolMessage::DragStop) => {

editor/src/node_graph_executor.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,6 @@ impl NodeGraphExecutor {
384384
return Err(format!("Invalid node graph output type: {node_graph_output:#?}"));
385385
}
386386
};
387-
// responses.add(Message::EndBuffer {
388-
// render_metadata: render_output_metadata,
389-
// });
390387
responses.add(DeferMessage::TriggerGraphRun);
391388
let graphene_std::renderer::RenderMetadata {
392389
upstream_footprints: footprints,

0 commit comments

Comments
 (0)