From f8c3a397e0d9a4c21e8c6632144775bbc69853d3 Mon Sep 17 00:00:00 2001 From: David Hontecillas Date: Wed, 16 Jul 2014 18:07:42 +0200 Subject: [PATCH] removed unnecessary comment --- kazmathxx/quad.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kazmathxx/quad.h b/kazmathxx/quad.h index cf60029..3c205eb 100644 --- a/kazmathxx/quad.h +++ b/kazmathxx/quad.h @@ -140,7 +140,6 @@ namespace km inline bool overlaps( const quad &other ) const{ - // \TODO implement the overlap if( contains( other.pos ) || contains( other.pos + other.u ) || contains( other.pos + other.v ) ||