Remove remnant dead code across the Subpath, Vector, and editor geometry API surfaces (#4454)

This commit is contained in:
Keavon Chambers
2026-09-15 19:35:22 +02:00
committed by Dennis Kobert
parent 698e81ff3a
commit 30333d6ec4
24 changed files with 48 additions and 523 deletions

View File

@@ -74,7 +74,7 @@ pub mod math {
pub use core_types::math::quad;
pub mod math_ext {
pub use vector_types::{QuadExt, RectExt};
pub use vector_types::QuadExt;
}
}