| 2801 | } |
| 2802 | |
| 2803 | void ClearLinkSelection() |
| 2804 | { |
| 2805 | ImNodesEditorContext& editor = EditorContextGet(); |
| 2806 | editor.SelectedLinkIndices.clear(); |
| 2807 | } |
| 2808 | |
| 2809 | void ClearLinkSelection(int link_id) |
| 2810 | { |
nothing calls this directly
no test coverage detected