From f265b0052fb60907fbc67a625db1cc87a0851110 Mon Sep 17 00:00:00 2001 From: MrMiguel211 <60329473+MrMiguel211@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:33:18 -0700 Subject: [PATCH] remove unused --- structs/src/scly_props/camera_hint.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/structs/src/scly_props/camera_hint.rs b/structs/src/scly_props/camera_hint.rs index 335c22ed..5bad8e08 100644 --- a/structs/src/scly_props/camera_hint.rs +++ b/structs/src/scly_props/camera_hint.rs @@ -5,10 +5,6 @@ use crate::{ scly_props::structs::{CameraHintParameters, BoolFloat, BoolVec3}, SclyPropertyData, }; -use serde::{ - de::{Error, Visitor}, - Deserialize, Deserializer, Serialize, -}; #[auto_struct(Readable, Writable)] #[derive(Debug, Clone)]