diff --git a/modeling-cmds/src/each_cmd.rs b/modeling-cmds/src/each_cmd.rs index 63b3a08f..23b01d2b 100644 --- a/modeling-cmds/src/each_cmd.rs +++ b/modeling-cmds/src/each_cmd.rs @@ -21,8 +21,6 @@ use crate::{ pub struct MovePathPen { /// The ID of the command which created the path. pub path: ModelingCmdId, - /// Where the path's pen should be. - pub to: Point3d, } /// Extend a path by adding a new segment which starts at the path's "pen".