Remove redundant comment

The field is already documented through its getter.
This commit is contained in:
Hanno Braun 2022-11-07 15:00:36 +01:00
parent 018336e0b8
commit 79933099a0
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@ impl From<Difference2d> for Shape2d {
#[repr(C)] #[repr(C)]
pub struct Sketch { pub struct Sketch {
chain: Chain, chain: Chain,
// The color of the sketch in RGBA
color: [u8; 4], color: [u8; 4],
} }