Skip to content

Commit

Permalink
squash! refactor: remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Flinner committed Aug 14, 2021
1 parent bb5e6b8 commit 39132cc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/objects/sphere.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,3 @@ pub(super) fn object_normal_at(_sphere: &Shape, object_point: Point) -> Option<V
let object_normal = object_point - point::ORIGIN;
Some(object_normal)
}
// }

// impl From<Sphere> for Shape {
// fn from(s: Sphere) -> Self {
// Shape::Sphere(s)
// }
// }

0 comments on commit 39132cc

Please sign in to comment.