Skip to content

Commit

Permalink
Remove unused PartialHalfEdge
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 10, 2023
1 parent 18fdb97 commit b3fbd96
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 57 deletions.
4 changes: 2 additions & 2 deletions crates/fj-kernel/src/partial/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ mod wrapper;

pub use self::{
objects::{
cycle::PartialCycle, edge::PartialHalfEdge, face::PartialFace,
shell::PartialShell, sketch::PartialSketch, solid::PartialSolid,
cycle::PartialCycle, face::PartialFace, shell::PartialShell,
sketch::PartialSketch, solid::PartialSolid,
},
traits::{HasPartial, PartialObject},
wrapper::{FullToPartialCache, Partial},
Expand Down
53 changes: 0 additions & 53 deletions crates/fj-kernel/src/partial/objects/edge.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/fj-kernel/src/partial/objects/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pub mod cycle;
pub mod edge;
pub mod face;
pub mod shell;
pub mod sketch;
Expand Down
1 change: 0 additions & 1 deletion crates/fj-kernel/src/partial/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ macro_rules! impl_trait {
impl_trait!(
Cycle, PartialCycle;
Face, PartialFace;
HalfEdge, PartialHalfEdge;
Shell, PartialShell;
Sketch, PartialSketch;
Solid, PartialSolid;
Expand Down

0 comments on commit b3fbd96

Please sign in to comment.