From 28a451a0176789bf6dbb3aeb1103822036cdcaa2 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 07:55:52 +0200 Subject: [PATCH] Remove unused function getBrushKindLabel from whitebox-selection-feedback.ts --- src/core/whitebox-selection-feedback.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/whitebox-selection-feedback.ts b/src/core/whitebox-selection-feedback.ts index b5b0ab7e..1d8bb866 100644 --- a/src/core/whitebox-selection-feedback.ts +++ b/src/core/whitebox-selection-feedback.ts @@ -7,7 +7,6 @@ import { getBrushDefaultName, getBrushEdgeLabel, getBrushFaceLabel, - getBrushKindLabel, getBrushVertexLabel } from "../geometry/whitebox-topology";