Skip to content

Commit

Permalink
Remove transform/sketch.rs
Browse files Browse the repository at this point in the history
Sketch no longer implements `TransformObject` since it is a 2D object
which cannot be moved in 3D.
  • Loading branch information
A-Walrus committed Apr 28, 2023
1 parent 5f75498 commit 85daf0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion crates/fj-kernel/src/algorithms/transform/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ mod edge;
mod face;
mod set;
mod shell;
mod sketch;
mod solid;
mod surface;
mod vertex;
Expand Down
16 changes: 0 additions & 16 deletions crates/fj-kernel/src/algorithms/transform/sketch.rs

This file was deleted.

0 comments on commit 85daf0f

Please sign in to comment.