mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-09-14 00:36:32 +00:00
Remove lambda node inputs since they are no longer used (#3084)
* Remove lambda node inputs as they are now unused * Fix warnings * Fix tests * Fix clippy warning
This commit is contained in:
parent
7377871106
commit
469f0a6c30
5 changed files with 60 additions and 99 deletions
|
@ -123,7 +123,6 @@ pub fn generate_node_substitutions() -> HashMap<ProtoNodeIdentifier, DocumentNod
|
|||
exports: vec![NodeInput::Node {
|
||||
node_id: NodeId(input_count as u64),
|
||||
output_index: 0,
|
||||
lambda: false,
|
||||
}],
|
||||
nodes,
|
||||
scope_injections: Default::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue