aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tom_tom/matrix/point.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tom_tom/matrix/point.rb')
-rw-r--r--lib/tom_tom/matrix/point.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tom_tom/matrix/point.rb b/lib/tom_tom/matrix/point.rb
index 4e9d11e68..435b4d4b0 100644
--- a/lib/tom_tom/matrix/point.rb
+++ b/lib/tom_tom/matrix/point.rb
@@ -13,12 +13,6 @@ module TomTom
@coordinates == other.coordinates &&
@id == other.id
end
-
- alias :eql? :==
-
- def hash
- @coordinates.hash + @id.hash
- end
end
end
end