diff --git a/crates/fj/src/shape_2d.rs b/crates/fj/src/shape_2d.rs index eace76646..6a2b22a84 100644 --- a/crates/fj/src/shape_2d.rs +++ b/crates/fj/src/shape_2d.rs @@ -100,8 +100,6 @@ impl From for Shape2d { #[repr(C)] pub struct Sketch { chain: Chain, - - // The color of the sketch in RGBA color: [u8; 4], }