From 581a682c1b07daa2c7044073744b34077f7f36be Mon Sep 17 00:00:00 2001 From: laoluo Date: Wed, 12 Apr 2023 21:14:52 +0800 Subject: [PATCH] refactor(lb-components): Delete the unused function --- .../src/components/pointCloudView/PointCloudBackView.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/lb-components/src/components/pointCloudView/PointCloudBackView.tsx b/packages/lb-components/src/components/pointCloudView/PointCloudBackView.tsx index 09422a197..f9d13b9e6 100644 --- a/packages/lb-components/src/components/pointCloudView/PointCloudBackView.tsx +++ b/packages/lb-components/src/components/pointCloudView/PointCloudBackView.tsx @@ -5,8 +5,6 @@ * @LastEditTime: 2022-07-08 11:08:02 */ import { - getCuboidFromPointCloudBox, - MathUtils, PointCloud, PointCloudAnnotation, THybridToolName,