Remove unused code

This commit is contained in:
Hanno Braun 2025-03-28 19:14:18 +01:00
parent 81ed53bdb7
commit 7993d25780

View File

@ -277,12 +277,6 @@ impl Camera {
}
}
impl Default for Camera {
fn default() -> Self {
Self::new()
}
}
/// The point around which camera movement happens.
///
/// This will be the point on the model that the cursor is currently pointing at if such a point exists,