From cbbbb9c694f93c90f1fdfc944d19be76f1b3842b Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Mon, 21 Apr 2025 15:50:14 -0400 Subject: [PATCH] [Cleanup] Remove LGraphNode.isValidWidgetLink (#959) Ref: https://github.com/Comfy-Org/ComfyUI_frontend/pull/3549 --- src/LGraphNode.ts | 5 ----- 1 file changed, 5 deletions(-) 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) {