mirror of
https://github.com/hannobraun/Fornjot
synced 2025-11-21 06:52:44 +00:00
Remove unused code
This commit is contained in:
parent
07096243b1
commit
dd0074abdd
@ -24,17 +24,6 @@ impl Vertex {
|
||||
}
|
||||
}
|
||||
|
||||
impl<P> From<P> for Vertex
|
||||
where
|
||||
P: Into<Point<3>>,
|
||||
{
|
||||
fn from(point: P) -> Self {
|
||||
Self {
|
||||
point: point.into(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Object for Vertex {
|
||||
fn display(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(f, "Vertex")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user