Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 23, 2023
1 parent b0e32f1 commit 5f5df59
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 320 deletions.
1 change: 0 additions & 1 deletion crates/fj-core/src/geometry/boundary/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pub mod multiple;
pub mod single;
315 changes: 0 additions & 315 deletions crates/fj-core/src/geometry/boundary/multiple.rs

This file was deleted.

5 changes: 1 addition & 4 deletions crates/fj-core/src/geometry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ mod path;
mod surface;

pub use self::{
boundary::{
multiple::{CurveBoundaries, CurveBoundariesPayload},
single::{CurveBoundary, CurveBoundaryElement},
},
boundary::single::{CurveBoundary, CurveBoundaryElement},
path::{GlobalPath, SurfacePath},
surface::SurfaceGeometry,
};

0 comments on commit 5f5df59

Please sign in to comment.