diff options
| author | Martin Haug <mhaug@live.de> | 2022-03-17 10:50:51 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-03-17 10:50:51 +0100 |
| commit | 6f5b721fe56fe6e3735d03b07e3716fc39572639 (patch) | |
| tree | 002ed75565e02baeb1ce1b9ec53f0a92491d17ab /src/geom/point.rs | |
| parent | 4d617bcd67f9e42218da190dc9a0bf2f10d4b78d (diff) | |
CR: I'm gonna make him a refactor he can't refuse
Diffstat (limited to 'src/geom/point.rs')
| -rw-r--r-- | src/geom/point.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/geom/point.rs b/src/geom/point.rs index 7ab0d375..6d77507b 100644 --- a/src/geom/point.rs +++ b/src/geom/point.rs @@ -49,12 +49,6 @@ impl Point { } } -impl From<Spec<Length>> for Point { - fn from(spec: Spec<Length>) -> Self { - Self::new(spec.x, spec.y) - } -} - impl Get<SpecAxis> for Point { type Component = Length; |
