mirror of https://github.com/hannobraun/Fornjot
Remove redundant comment
The field is already documented through its getter.
This commit is contained in:
parent
018336e0b8
commit
79933099a0
|
@ -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],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue