From bd2ffe622f6ed79f6e29042930b85833920d7825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Otgaar?= Date: Mon, 5 Jan 2026 10:24:08 +0100 Subject: [PATCH] chore: remove old connect function from basic belief --- .../visualProgrammingUI/nodes/BasicBeliefNode.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/pages/VisProgPage/visualProgrammingUI/nodes/BasicBeliefNode.tsx b/src/pages/VisProgPage/visualProgrammingUI/nodes/BasicBeliefNode.tsx index a8f7ceb..57c4d87 100644 --- a/src/pages/VisProgPage/visualProgrammingUI/nodes/BasicBeliefNode.tsx +++ b/src/pages/VisProgPage/visualProgrammingUI/nodes/BasicBeliefNode.tsx @@ -186,13 +186,4 @@ export function BasicBeliefReduce(node: Node, _nodes: Node[]) { type: data.belief.type, value: data.belief.value } -} - -/** - * This function is called whenever a connection is made with this node type (BasicBelief) - * @param _thisNode the node of this node type which function is called - * @param _otherNode the other node which was part of the connection - * @param _isThisSource whether this instance of the node was the source in the connection, true = yes. - */ -export function BasicBeliefConnects(_thisNode: Node, _otherNode: Node, _isThisSource: boolean) { } \ No newline at end of file