[Cleanup] Remove downstream type (#632)

Removes group node type. Now exists downstream where it is used.
This commit is contained in:
filtered
2025-02-27 21:38:24 +11:00
committed by GitHub
parent 0d8e0fce17
commit 2d9c811aa9

View File

@@ -393,9 +393,6 @@ export class LGraphNode implements Positionable, IPinnable, IColorable {
return this.constructor.title_mode ?? TitleMode.NORMAL_TITLE
}
// Used in group node
setInnerNodes?(this: LGraphNode, nodes: LGraphNode[]): void
onConnectInput?(
this: LGraphNode,
target_slot: number,