From 9a84d942829d8e6701189997ef94554465a51e76 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 10 Aug 2019 00:02:27 +0200 Subject: [PATCH] removed operator == (already defined for arrays) --- hyperpoint.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hyperpoint.cpp b/hyperpoint.cpp index b23fb4de..f8e42961 100644 --- a/hyperpoint.cpp +++ b/hyperpoint.cpp @@ -719,11 +719,6 @@ EX transmatrix mzscale(const transmatrix& t, double fac) { EX transmatrix pushone() { return xpush(sphere?.5 : 1); } -bool operator == (hyperpoint h1, hyperpoint h2) { - for(int i=0; i