mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
[API] Remove unused: optional_inputs & outputs (#597)
Code search shows zero usage. If kept, typing properly would require effort. Removed: - `LGraphNode.optional_inputs` - `LGraphNode.optional_outputs`
This commit is contained in:
@@ -82,8 +82,6 @@ LGraph {
|
||||
"lostFocusAt": undefined,
|
||||
"mode": 0,
|
||||
"mouseOver": undefined,
|
||||
"optional_inputs": undefined,
|
||||
"optional_outputs": undefined,
|
||||
"order": 0,
|
||||
"outputs": [],
|
||||
"properties": {},
|
||||
@@ -148,8 +146,6 @@ LGraph {
|
||||
"lostFocusAt": undefined,
|
||||
"mode": 0,
|
||||
"mouseOver": undefined,
|
||||
"optional_inputs": undefined,
|
||||
"optional_outputs": undefined,
|
||||
"order": 0,
|
||||
"outputs": [],
|
||||
"properties": {},
|
||||
@@ -215,8 +211,6 @@ LGraph {
|
||||
"lostFocusAt": undefined,
|
||||
"mode": 0,
|
||||
"mouseOver": undefined,
|
||||
"optional_inputs": undefined,
|
||||
"optional_outputs": undefined,
|
||||
"order": 0,
|
||||
"outputs": [],
|
||||
"properties": {},
|
||||
|
||||
@@ -84,8 +84,6 @@ LGraph {
|
||||
"lostFocusAt": undefined,
|
||||
"mode": undefined,
|
||||
"mouseOver": undefined,
|
||||
"optional_inputs": undefined,
|
||||
"optional_outputs": undefined,
|
||||
"order": 0,
|
||||
"outputs": [],
|
||||
"properties": {},
|
||||
@@ -152,8 +150,6 @@ LGraph {
|
||||
"lostFocusAt": undefined,
|
||||
"mode": undefined,
|
||||
"mouseOver": undefined,
|
||||
"optional_inputs": undefined,
|
||||
"optional_outputs": undefined,
|
||||
"order": 0,
|
||||
"outputs": [],
|
||||
"properties": {},
|
||||
@@ -221,8 +217,6 @@ LGraph {
|
||||
"lostFocusAt": undefined,
|
||||
"mode": undefined,
|
||||
"mouseOver": undefined,
|
||||
"optional_inputs": undefined,
|
||||
"optional_outputs": undefined,
|
||||
"order": 0,
|
||||
"outputs": [],
|
||||
"properties": {},
|
||||
|
||||
@@ -82,8 +82,6 @@ LGraph {
|
||||
"lostFocusAt": undefined,
|
||||
"mode": 0,
|
||||
"mouseOver": undefined,
|
||||
"optional_inputs": undefined,
|
||||
"optional_outputs": undefined,
|
||||
"order": 0,
|
||||
"outputs": [],
|
||||
"properties": {},
|
||||
@@ -148,8 +146,6 @@ LGraph {
|
||||
"lostFocusAt": undefined,
|
||||
"mode": 0,
|
||||
"mouseOver": undefined,
|
||||
"optional_inputs": undefined,
|
||||
"optional_outputs": undefined,
|
||||
"order": 0,
|
||||
"outputs": [],
|
||||
"properties": {},
|
||||
@@ -215,8 +211,6 @@ LGraph {
|
||||
"lostFocusAt": undefined,
|
||||
"mode": 0,
|
||||
"mouseOver": undefined,
|
||||
"optional_inputs": undefined,
|
||||
"optional_outputs": undefined,
|
||||
"order": 0,
|
||||
"outputs": [],
|
||||
"properties": {},
|
||||
|
||||
Reference in New Issue
Block a user