Skip to content

Commit d7d5b04

Browse files
committed
refactor(desktop): remove unused CAMERA_PRESET_LARGE constant
1 parent c6fa07d commit d7d5b04

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/desktop/src-tauri/src/camera.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const CAMERA_PREVIEW_BLUR_INFERENCE_INTERVAL: Duration = Duration::from_millis(1
4040
pub const MIN_CAMERA_SIZE: f32 = 150.0;
4141
pub const MAX_CAMERA_SIZE: f32 = 600.0;
4242
pub const DEFAULT_CAMERA_SIZE: f32 = 230.0;
43-
pub const CAMERA_PRESET_LARGE: f32 = 400.0;
4443

4544
#[derive(Debug, Default, Clone, PartialEq, Serialize, Deserialize, Type)]
4645
#[serde(rename_all = "lowercase")]

0 commit comments

Comments
 (0)