diff --git a/src/LGraphNode.ts b/src/LGraphNode.ts index 7f16de2e9..205e04656 100644 --- a/src/LGraphNode.ts +++ b/src/LGraphNode.ts @@ -619,11 +619,6 @@ export class LGraphNode implements Positionable, IPinnable, IColorable { ): void onPropertyChange?(this: LGraphNode): void updateOutputData?(this: LGraphNode, origin_slot: number): void - isValidWidgetLink?( - slot_index: number, - node: LGraphNode, - overWidget: IWidget, - ): boolean | undefined #getErrorStrokeStyle(this: LGraphNode): IDrawBoundingOptions | undefined { if (this.has_errors) {