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)]